cvs commit: src/sys/ufs/ffs ffs_softdep.c
Konstantin Belousov
kib at FreeBSD.org
Thu Mar 29 08:26:05 UTC 2007
kib 2007-03-29 08:26:04 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_softdep.c
Log:
Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS are
defined with VFS_LOCK_GIANT(NULL) call.
This shall fix softdep operation when mpsafe_vfs = 0.
Reported and tested by: kris
Submitted by: tegge
MFC after: 1 week
Revision Changes Path
1.206 +5 -0 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list