- Handle D_JSEGDEP in the softdep_sync_buf() switch. These can now

find themselves on snapshot vnodes.

Reported by:	pho
This commit is contained in:
Jeff Roberson 2011-07-04 21:04:25 +00:00
parent 8e4f5b70b0
commit f2803e61fa

View File

@ -12082,6 +12082,7 @@ softdep_sync_buf(struct vnode *vp, struct buf *bp, int waitfor)
case D_FREEWORK:
case D_FREEDEP:
case D_JSEGDEP:
continue;
default: