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>
This commit is contained in:
@@ -269,6 +269,7 @@ xfs_trans_item_relog(
|
||||
}
|
||||
|
||||
int xfs_trans_alloc_inode(struct xfs_inode *ip, struct xfs_trans_res *resv,
|
||||
unsigned int dblocks, bool force, struct xfs_trans **tpp);
|
||||
unsigned int dblocks, unsigned int rblocks, bool force,
|
||||
struct xfs_trans **tpp);
|
||||
|
||||
#endif /* __XFS_TRANS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user