svn commit: r223771 - head/sys/ufs/ffs

Jeff Roberson jeff at FreeBSD.org
Mon Jul 4 21:04:26 UTC 2011


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:


More information about the svn-src-head mailing list