]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor accounting updates out of xfs_bmap_btalloc
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 25 Jan 2018 21:58:13 +0000 (13:58 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Jan 2018 15:27:23 +0000 (07:27 -0800)
commit4f964e1bad28aadb2c892f337e234431cbbaeade
tree7ea95df6396a361c58182ee632ed22055c2d5a47
parent00182ff4ba05c372ad95c3357848c4234326d42d
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>
fs/xfs/libxfs/xfs_bmap.c