]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: rename struct xfs_attr_item to xfs_attr_intent
authorDarrick J. Wong <djwong@kernel.org>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commiteff5933f57b9867932e183bdf8bc75eefe9dded9
tree1b382cde36bee07b5f20ed405b05ea0ecacedf74
parent6d8c85b514099e0b177c5a14c1d985001b7ce945
xfs: rename struct xfs_attr_item to xfs_attr_intent

Source kernel commit: e3c5de22026fda01674c400b97f96857dfb58aab

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c
libxfs/xfs_attr.c
libxfs/xfs_attr.h
libxfs/xfs_attr_remote.c
libxfs/xfs_attr_remote.h