Re: [PATCH 07/15] xfs: refactor btree cursor allocation function
From: Dave Chinner <david@fromorbit.com>
Date: 2021-10-13 05:34:51
From: Dave Chinner <david@fromorbit.com>
Date: 2021-10-13 05:34:51
On Tue, Oct 12, 2021 at 04:33:12PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> Refactor btree allocation to a common helper. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <redacted> Reviewed-by: Christoph Hellwig <hch@lst.de> --- fs/xfs/libxfs/xfs_alloc_btree.c | 6 +----- fs/xfs/libxfs/xfs_bmap_btree.c | 6 +----- fs/xfs/libxfs/xfs_btree.h | 16 ++++++++++++++++ fs/xfs/libxfs/xfs_ialloc_btree.c | 5 +---- fs/xfs/libxfs/xfs_refcount_btree.c | 5 +---- fs/xfs/libxfs/xfs_rmap_btree.c | 5 +---- 6 files changed, 21 insertions(+), 22 deletions(-)
LGTM Reviewed-by: Dave Chinner <redacted> -- Dave Chinner david@fromorbit.com