diff options
author | Allison Henderson <allison.henderson@oracle.com> | 2022-05-11 09:01:22 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-11 09:01:22 +0200 |
commit | cd1549d6df22e4f72903dbb169202203d429bcff (patch) | |
tree | 5e76e6ca7c4179e91f48b706286c6bf934baf102 /fs/xfs/xfs_trace.h | |
parent | xfs: Merge xfs_delattr_context into xfs_attr_item (diff) | |
download | linux-cd1549d6df22e4f72903dbb169202203d429bcff.tar.xz linux-cd1549d6df22e4f72903dbb169202203d429bcff.zip |
xfs: Add helper function xfs_attr_leaf_addname
This patch adds a helper function xfs_attr_leaf_addname. While this
does help to break down xfs_attr_set_iter, it does also hoist out some
of the state management. This patch has been moved to the end of the
clean up series for further discussion.
Suggested-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_trace.h')
-rw-r--r-- | fs/xfs/xfs_trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index e19a3f7351be..fec4198b738b 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -4150,6 +4150,7 @@ DEFINE_EVENT(xfs_das_state_class, name, \ TP_ARGS(das, ip)) DEFINE_DAS_STATE_EVENT(xfs_attr_sf_addname_return); DEFINE_DAS_STATE_EVENT(xfs_attr_set_iter_return); +DEFINE_DAS_STATE_EVENT(xfs_attr_leaf_addname_return); DEFINE_DAS_STATE_EVENT(xfs_attr_node_addname_return); DEFINE_DAS_STATE_EVENT(xfs_attr_remove_iter_return); DEFINE_DAS_STATE_EVENT(xfs_attr_rmtval_remove_return); |