xfs: Add helper function xfs_attr_node_removename_rmt
authorAllison Collins <allison.henderson@oracle.com>
Tue, 21 Jul 2020 04:47:30 +0000 (21:47 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Jul 2020 03:28:12 +0000 (20:28 -0700)
commit72b97ea40d23b333175323251d6afecb565a0b53
tree1726f4ebd7c45a34e797971410f0c8b8671a2d48
parent674eb548cf0ced1487ee229f96af2c7cf0099d2a
xfs: Add helper function xfs_attr_node_removename_rmt

This patch adds another new helper function
xfs_attr_node_removename_rmt. This will also help modularize
xfs_attr_node_removename when we add delay ready attributes later.

Signed-off-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Chandan Rajendra <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_attr.c