]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: skip mount time quotacheck if our quotacheck was ok
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 30 Jul 2020 00:15:27 +0000 (20:15 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 30 Jul 2020 00:15:27 +0000 (20:15 -0400)
commit91a52fbc0f3cb31086af6eb65a9661c94ba07278
treec6207106dd5b7ba90fdcc472d7cf357322ab7a05
parent0a8d74d6d7bd12293f2f2dc3cc6e3bff12c3a1e4
xfs_repair: skip mount time quotacheck if our quotacheck was ok

If we verified that the incore quota counts match the ondisk quota
contents, we can leave the CHKD flags set so that the next mount doesn't
have to repeat the quotacheck.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/quotacheck.c
repair/quotacheck.h
repair/xfs_repair.c