看板 DFBSD_commit 關於我們 聯絡資訊
commit aeeed9a289d776952cd34752f9d15f70f49e0f8a Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Jan 10 16:02:58 2010 -0800 HAMMER VFS - Add workaround to HAMMERIOC_GET_SNAPSHOT for bad conversions * When hammer cleanup converts to a hammer v3 snapshot a bad record can sometimes be created. This record is not harmful in anyway. * However when listing available snapshots correct the tid field in the bad record so it can be deleted. Summary of changes: sys/vfs/hammer/hammer_ioctl.c | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aeeed9a289d776952cd34752f9d15f70f49e0f8a -- DragonFly BSD source repository