summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_xattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_xattr.h')
-rw-r--r--fs/xfs/xfs_xattr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_xattr.h b/fs/xfs/xfs_xattr.h
index cec766cad26c..c3eb858fb59e 100644
--- a/fs/xfs/xfs_xattr.h
+++ b/fs/xfs/xfs_xattr.h
@@ -6,7 +6,8 @@
#ifndef __XFS_XATTR_H__
#define __XFS_XATTR_H__
-int xfs_attr_change(struct xfs_da_args *args);
+enum xfs_attr_update;
+int xfs_attr_change(struct xfs_da_args *args, enum xfs_attr_update op);
extern const struct xattr_handler * const xfs_xattr_handlers[];