]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
commit583be22fbe038d2a469697f540b2517c77272201
treefd754fd62d37e69dc6553c4c3bee15f8bcf1e868
parent515b68f63ae4f3be7868c06486a0b7383dff9a2b
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int

Source kernel commit: 195b0a44ab73f0275683e7a0b1985751ea2ef6ae

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_dir2_node.c