xfs: rename struct xfs_attr_item to xfs_attr_intent
authorDarrick J. Wong <djwong@kernel.org>
Sun, 22 May 2022 06:00:26 +0000 (16:00 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 22 May 2022 06:00:26 +0000 (16:00 +1000)
commite3c5de22026fda01674c400b97f96857dfb58aab
tree101c65081cb7f2c62add3dd8dde3cbd6d5150d50
parent3768f6985700106e90eca87d814dc08e609a9969
xfs: rename struct xfs_attr_item to xfs_attr_intent

Everywhere else in XFS, structures that capture the state of an ongoing
deferred work item all have names that end with "_intent".  The new
extended attribute deferred work items are not named as such, so fix it
to follow the naming convention used elsewhere.

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>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_attr.h
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_attr_remote.h
fs/xfs/xfs_attr_item.c
fs/xfs/xfs_attr_item.h