Handle the FREEDEP case in softdep_sync_buf().
This fix failed to get added in -r223325. Submitted by: Peter Holm
This commit is contained in:
parent
e5064ffc00
commit
08af0c8b8d
@ -12081,6 +12081,7 @@ softdep_sync_buf(struct vnode *vp, struct buf *bp, int waitfor)
|
||||
continue;
|
||||
|
||||
case D_FREEWORK:
|
||||
case D_FREEDEP:
|
||||
continue;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user