aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_attr.h')
-rw-r--r--fs/xfs/xfs_attr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_attr.h b/fs/xfs/xfs_attr.h
index 6cfc9384fe35..9b96d171b75c 100644
--- a/fs/xfs/xfs_attr.h
+++ b/fs/xfs/xfs_attr.h
@@ -42,7 +42,6 @@ typedef int (*attrset_t)(bhv_vnode_t *, char *, void *, size_t, int);
42typedef int (*attrget_t)(bhv_vnode_t *, char *, void *, size_t, int); 42typedef int (*attrget_t)(bhv_vnode_t *, char *, void *, size_t, int);
43typedef int (*attrremove_t)(bhv_vnode_t *, char *, int); 43typedef int (*attrremove_t)(bhv_vnode_t *, char *, int);
44typedef int (*attrexists_t)(bhv_vnode_t *); 44typedef int (*attrexists_t)(bhv_vnode_t *);
45typedef int (*attrcapable_t)(bhv_vnode_t *, struct cred *);
46 45
47typedef struct attrnames { 46typedef struct attrnames {
48 char * attr_name; 47 char * attr_name;
@@ -52,7 +51,6 @@ typedef struct attrnames {
52 attrset_t attr_set; 51 attrset_t attr_set;
53 attrremove_t attr_remove; 52 attrremove_t attr_remove;
54 attrexists_t attr_exists; 53 attrexists_t attr_exists;
55 attrcapable_t attr_capable;
56} attrnames_t; 54} attrnames_t;
57 55
58#define ATTR_NAMECOUNT 4 56#define ATTR_NAMECOUNT 4