summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-22 16:48:35 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-02-03 09:18:49 -0800
commit9a537de3b009d95cfb048b7cbfe9bdb0f655596e (patch)
tree580bec56056ddf0333f261f5da574603f618bd01 /Documentation
parentf41a0716f4b08678a73173d71ff3f409b996df2d (diff)
downloadlinux-stable-9a537de3b009d95cfb048b7cbfe9bdb0f655596e.tar.gz
linux-stable-9a537de3b009d95cfb048b7cbfe9bdb0f655596e.tar.bz2
linux-stable-9a537de3b009d95cfb048b7cbfe9bdb0f655596e.zip
xfs: xfs_inode_free_quota_blocks should scan project quota
Buffered writers who have run out of quota reservation call xfs_inode_free_quota_blocks to try to free any space reservations that might reduce the quota usage. Unfortunately, the buffered write path treats "out of project quota" the same as "out of overall space" so this function has never supported scanning for space that might ease an "out of project quota" condition. We're about to start using this function for cases where we actually /can/ tell if we're out of project quota, so add in this functionality. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions