freebsd-skq/sys/ufs
Kirk McKusick 0fa301ad86 When files are given to users by root, the quota system failed to
reset their grace timer as their ownership crossed the soft limit
threshhold. Thus if they had been over their limit in the past,
they were suddenly penalized as if they had been over their limit
ever since. The fix is to check when root gives away files, that
when the receiving user crosses their soft limit, their grace timer
is reset. See the PR report for a detailed method of reproducing
the bug.

PR:		kern/17128
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Reviewed by:	Kirk McKusick <mckusick@mckusick.com>
2000-04-28 06:12:56 +00:00
..
ffs Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
mfs Convert the magic MFS device to a VCHR. 2000-04-22 05:45:38 +00:00
ufs When files are given to users by root, the quota system failed to 2000-04-28 06:12:56 +00:00