]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_bmap_util.c
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
authorDarrick J. Wong <djwong@kernel.org>
Wed, 27 Jan 2021 00:44:07 +0000 (16:44 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:49 +0000 (09:18 -0800)
commit3de4eb106fcc97f086b78bd17a0c3529691e8259
treed7592a8b476426a1429fb72ee2af3b0931766c58
parent3a1af6c317d0a55524f39079183be107be4c1f39
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode

Make it so that we can reserve rt blocks with the xfs_trans_alloc_inode
wrapper function, then convert a few more callsites.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h