]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31bc69d3d10c1b82c79adb3e84df9f7ea6924ebe
treed7592a8b476426a1429fb72ee2af3b0931766c58
parentd6a9f32048d3680401c9973c8598f273259ee07b
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