rwatson 2006-02-11 21:09:27 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Instead of asserting the vnode lock before manipulating v_vflag, acquire
it and drop it afterwards.
Found by: kris
MFC after: 1 week
Revision Changes Path
1.78 +2 -1 src/sys/ufs/ufs/ufs_quota.c