]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: preserve default grace interval during quotacheck
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 25 Mar 2020 03:12:53 +0000 (20:12 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Mar 2020 15:19:24 +0000 (08:19 -0700)
commit1ec547b0734fdf924291b90c17add3da78c2addf
treeb2ab51f8136252735d7a37aecb0914304ae1fd8e
parent96ac32f1d4bbb49c1a464c28f19ce8674a290a34
xfs: preserve default grace interval during quotacheck

When quotacheck runs, it zeroes all the timer fields in every dquot.
Unfortunately, it also does this to the root dquot, which erases any
preconfigured grace intervals and warning limits that the administrator
may have set.  Worse yet, the incore copies of those variables remain
set.  This cache coherence problem manifests itself as the grace
interval mysteriously being reset back to the defaults at the /next/
mount.

Fix it by not resetting the root disk dquot's timer and warning fields.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_qm.c