xfs: Add xfs_attr_node_remove_name
authorAllison Henderson <allison.henderson@oracle.com>
Fri, 19 Mar 2021 00:25:59 +0000 (17:25 -0700)
committerAllison Henderson <allison.henderson@oracle.com>
Tue, 1 Jun 2021 17:48:41 +0000 (10:48 -0700)
commita8490f699f6ec88843879b92cbb21953dab379ee
tree73f92af789f523637e1f117c7d98b72dd39a54c2
parent4126c06e25b38842a254b2de6ffc3019a7b2f0ca
xfs: Add xfs_attr_node_remove_name

This patch pulls a new helper function xfs_attr_node_remove_name out
of xfs_attr_node_remove_step.  This helps to modularize
xfs_attr_node_remove_step which will help make the delayed attribute
code easier to follow

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/libxfs/xfs_attr.c