]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/f2fs/xattr.c
fs: drop unused posix acl handlers
[thirdparty/linux.git] / fs / f2fs / xattr.c
index d92edbbdc30e72f1bb1a9fe1e231d009c6d309c2..37cfc03022517eb874ec38a7b2a5267ecdfa3dc1 100644 (file)
@@ -204,10 +204,6 @@ static const struct xattr_handler *f2fs_xattr_handler_map[] = {
 
 const struct xattr_handler *f2fs_xattr_handlers[] = {
        &f2fs_xattr_user_handler,
-#ifdef CONFIG_F2FS_FS_POSIX_ACL
-       &posix_acl_access_xattr_handler,
-       &posix_acl_default_xattr_handler,
-#endif
        &f2fs_xattr_trusted_handler,
 #ifdef CONFIG_F2FS_FS_SECURITY
        &f2fs_xattr_security_handler,