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:
Kirk McKusick 2011-06-29 22:12:43 +00:00
parent e5064ffc00
commit 08af0c8b8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223687

View File

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