cvs commit: src/sys/ufs/ufs ufs_quota.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 12 04:34:14 PST 2006


On Sun, 12 Feb 2006, Attila Nagy wrote:

> Robert Watson wrote:
>>   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
> Any chance that it will fix the following:
> http://marc.theaimsgroup.com/?l=freebsd-amd64&m=113143942917925&w=2
>
> (I will try, but that takes about 5 hours for me to trigger and I cannot 
> reach that machine now)

It's unlikely this change will directly affect that problem; however, Kris ran 
into it while starting stress testing on the quota code in order to try to 
track down that problem, so it is related.

Robert N M Watson


More information about the cvs-src mailing list