Re: [PATCH 08/13] xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-28 09:53:00
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-28 09:53:00
On Wed, Jan 27, 2021 at 10:01:49PM -0800, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> 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>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>