- 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:
parent
8e4f5b70b0
commit
f2803e61fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user