Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2007 06:46:57 +0000 (UTC)
From:      Mike Pritchard <mpp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_quota.c
Message-ID:  <200702040646.l146kveU008525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702040646.l146kveU008525>