aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.h
diff options
context:
space:
mode:
authorGravatar Darrick J. Wong <djwong@kernel.org> 2022-05-22 15:59:48 +1000
committerGravatar Dave Chinner <david@fromorbit.com> 2022-05-22 15:59:48 +1000
commitb53d212b4b5c29ab16edb7eca2b0e05927b7aa34 (patch)
tree643fbff7601f2b8aa787cacca8a0453701cbf33b /fs/xfs/libxfs/xfs_attr.h
parentxfs: clean up xfs_attr_node_hasname (diff)
downloadlinux-b53d212b4b5c29ab16edb7eca2b0e05927b7aa34.tar.gz
linux-b53d212b4b5c29ab16edb7eca2b0e05927b7aa34.tar.bz2
linux-b53d212b4b5c29ab16edb7eca2b0e05927b7aa34.zip
xfs: put the xattr intent item op flags in their own namespace
The flags that are stored in the extended attr intent log item really should have a separate namespace from the rest of the XFS_ATTR_* flags. Give them one to make it a little more obvious that they're intent item flags. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr.h')
-rw-r--r--fs/xfs/libxfs/xfs_attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr.h b/fs/xfs/libxfs/xfs_attr.h
index 1af7abe29eef..c739caa11a4b 100644
--- a/fs/xfs/libxfs/xfs_attr.h
+++ b/fs/xfs/libxfs/xfs_attr.h
@@ -530,7 +530,7 @@ struct xfs_attr_item {
enum xfs_delattr_state xattri_dela_state;
/*
- * Attr operation being performed - XFS_ATTR_OP_FLAGS_*
+ * Attr operation being performed - XFS_ATTRI_OP_FLAGS_*
*/
unsigned int xattri_op_flags;