Author: jeff
Date: Mon Jul 4 21:04:25 2011
New Revision: 223771
URL: http://svn.freebsd.org/changeset/base/223771
Log:
- Handle D_JSEGDEP in the softdep_sync_buf() switch. These can now
find themselves on snapshot vnodes.
Reported by: pho
Modified:
head/sys/ufs/ffs/ffs_softdep.c
Modified: head/sys/ufs/ffs/ffs_softdep.c
==============================================================================
--- head/sys/ufs/ffs/ffs_softdep.c Mon Jul 4 20:53:55 2011
(r223770)
+++ head/sys/ufs/ffs/ffs_softdep.c Mon Jul 4 21:04:25 2011
(r223771)
@@ -12082,6 +12082,7 @@ top:
case D_FREEWORK:
case D_FREEDEP:
+ case D_JSEGDEP:
continue;
default:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"