diff options
Diffstat (limited to 'fs/ext2/xattr.h')
-rw-r--r-- | fs/ext2/xattr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext2/xattr.h b/fs/ext2/xattr.h index 5e41cccff762..60edf298644e 100644 --- a/fs/ext2/xattr.h +++ b/fs/ext2/xattr.h | |||
@@ -57,8 +57,6 @@ struct ext2_xattr_entry { | |||
57 | 57 | ||
58 | extern const struct xattr_handler ext2_xattr_user_handler; | 58 | extern const struct xattr_handler ext2_xattr_user_handler; |
59 | extern const struct xattr_handler ext2_xattr_trusted_handler; | 59 | extern const struct xattr_handler ext2_xattr_trusted_handler; |
60 | extern const struct xattr_handler ext2_xattr_acl_access_handler; | ||
61 | extern const struct xattr_handler ext2_xattr_acl_default_handler; | ||
62 | extern const struct xattr_handler ext2_xattr_security_handler; | 60 | extern const struct xattr_handler ext2_xattr_security_handler; |
63 | 61 | ||
64 | extern ssize_t ext2_listxattr(struct dentry *, char *, size_t); | 62 | extern ssize_t ext2_listxattr(struct dentry *, char *, size_t); |