diff options
author | Darrick J. Wong <djwong@kernel.org> | 2022-05-22 15:59:34 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-22 15:59:34 +1000 |
commit | 4d0cdd2bb8f0bf1a30d361f14bafc428794551e0 (patch) | |
tree | 83a2dc3a763aa5e384b77c7f837e2fa6fa4cad48 /fs/xfs/xfs_reflink.c | |
parent | 2fe3ffcf5592f24a9f9131a91727673d19f2b2d9 (diff) |
xfs: clean up xfs_attr_node_hasname
The calling conventions of this function are a mess -- callers /can/
provide a pointer to a pointer to a state structure, but it's not
required, and as evidenced by the last two patches, the callers that do
weren't be careful enough about how to deal with an existing da state.
Push the allocation and freeing responsibilty to the callers, which
means that callers from the xattr node state machine steps now have the
visibility to allocate or free the da state structure as they please.
As a bonus, the node remove/add paths for larp-mode replaces can reset
the da state structure instead of freeing and immediately reallocating
it.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_reflink.c')
0 files changed, 0 insertions, 0 deletions