commit | f273387b048543f2b8b2d809cc65fca28e7788a1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jan 27 10:07:27 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Feb 03 09:18:49 2021 -0800 |
tree | 428b837d7a89c34ec313dc90b30fb4fd3d47066b | |
parent | 3de4eb106fcc97f086b78bd17a0c3529691e8259 [diff] |
xfs: refactor reflink functions to use xfs_trans_alloc_inode The two remaining callers of xfs_trans_reserve_quota_nblks are in the reflink code. These conversions aren't as uniform as the previous conversions, so call that out in a separate patch. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>