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

Mike Pritchard mpp at FreeBSD.org
Sun Feb 4 06:46:57 UTC 2007


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


More information about the cvs-src mailing list