]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Nov 2019 22:57:53 +0000 (14:57 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 11 Nov 2019 00:54:20 +0000 (16:54 -0800)
commit620ac5257fcd9c826342616c135a465093abbf1e
treef4484d90979073b60c7c8b6abf0b7268b01a409c
parent13f87f18737d0c5fa960943822f70e85becc43a9
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int

Return the xfs_dir3_icfree_hdr used by the helpers called from
xfs_dir2_node_addname_int to the main function to prepare for the
next round of changes where we'll use the ichdr in xfs_dir3_icfree_hdr
to avoid extra operations to find the bests pointers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_dir2_node.c