commit | 0fcef1270f309df142575216383a3533779127f3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:30:22 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:48 2018 -0700 |
tree | 58e5f8c8f3e42cfa6cf8988f2b66a9adcfd6470e | |
parent | 4882c19d2a77c4d3d20ebcb40531ea9812f4cbba [diff] |
xfs: fetch dquots directly during quotacheck Quotacheck only runs during mount, which means that there are no other processes in the system that could be doing chown or chproj. Therefore there's no potential for racing to attach dquots to the inode so we can drop all the ILOCK and race detection bits from quotacheck. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>