diff options
Diffstat (limited to 'fs/f2fs/xattr.h')
-rw-r--r-- | fs/f2fs/xattr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/f2fs/xattr.h b/fs/f2fs/xattr.h index 02a08fb88a15..b21d9ebdeff3 100644 --- a/fs/f2fs/xattr.h +++ b/fs/f2fs/xattr.h | |||
@@ -108,8 +108,6 @@ struct f2fs_xattr_entry { | |||
108 | #ifdef CONFIG_F2FS_FS_XATTR | 108 | #ifdef CONFIG_F2FS_FS_XATTR |
109 | extern const struct xattr_handler f2fs_xattr_user_handler; | 109 | extern const struct xattr_handler f2fs_xattr_user_handler; |
110 | extern const struct xattr_handler f2fs_xattr_trusted_handler; | 110 | extern const struct xattr_handler f2fs_xattr_trusted_handler; |
111 | extern const struct xattr_handler f2fs_xattr_acl_access_handler; | ||
112 | extern const struct xattr_handler f2fs_xattr_acl_default_handler; | ||
113 | extern const struct xattr_handler f2fs_xattr_advise_handler; | 111 | extern const struct xattr_handler f2fs_xattr_advise_handler; |
114 | extern const struct xattr_handler f2fs_xattr_security_handler; | 112 | extern const struct xattr_handler f2fs_xattr_security_handler; |
115 | 113 | ||