mpp         2007-02-04 06:46:57 UTC

  FreeBSD src repository
  Modified files:
    sys/ufs/ufs          ufs_quota.c 
  Log:
  If quotacheck or edquota reset the block or inode grace time for
  a user or group, when the kernel first sees this, it will update
  the grace time value.  However, it never flags the quota as modified
  and the updated value never makes it to the quota data file unless
  the user actually makes some other change that would write the
  data out.
  
  Fixed to flag the quota as modified if the soft limit has actually
  been reached and should be now enforced.
  
  Revision  Changes    Path
  1.89      +10 -2     src/sys/ufs/ufs/ufs_quota.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to