commit | 83895227aba1ade33e81f586aa7b6b1e143096a5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 29 14:47:18 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 06 10:46:56 2020 -0700 |
tree | 433a046b304759b97873847fe0ba5d5e128feb09 | |
parent | eb0efe5063bb10bcb653e4f8e92a74719c03a347 [diff] |
xfs: fix reflink quota reservation accounting error Quota reservations are supposed to account for the blocks that might be allocated due to a bmap btree split. Reflink doesn't do this, so fix this to make the quota accounting more accurate before we start rearranging things. Fixes: 862bb360ef56 ("xfs: reflink extents from one file to another") Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>