commit | 751f3767c245f9adf4f0a4f8f04aae9ae1d675a0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jan 25 13:58:13 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 29 07:27:23 2018 -0800 |
tree | 7ea95df6396a361c58182ee632ed22055c2d5a47 | |
parent | 22431bf3dfbf44d7356933776eb486a6a01dea6f [diff] |
xfs: refactor accounting updates out of xfs_bmap_btalloc Move all the inode and quota accounting updates out of xfs_bmap_btalloc in preparation for fixing some quota accounting problems with copy on write. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com>