cvs commit: src/sys/ufs/ffs ffs_softdep.c
Konstantin Belousov
kib at FreeBSD.org
Tue Apr 24 11:06:13 UTC 2007
kib 2007-04-24 11:06:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/ufs/ffs ffs_softdep.c
Log:
MFC rev. 1.208:
When LK_NOWAIT is passed as argument to process_worklist_item(), this
does not prevent handle_workitem_remove() from recursing into a blocking
version. Add the dirrem to worklist instead of processing it now if this
is the case.
Revision Changes Path
1.181.2.17 +4 -1 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list