]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/gfs2/super.h
gfs2: Add trusted xattr support
[mirror_ubuntu-jammy-kernel.git] / fs / gfs2 / super.h
index 977079693bdc5a1a346c155cd44e4f0d0e0fbde4..08e502dec7ecb01ca2587f475e58ab077c483ee1 100644 (file)
@@ -58,7 +58,9 @@ extern struct file_system_type gfs2meta_fs_type;
 extern const struct export_operations gfs2_export_ops;
 extern const struct super_operations gfs2_super_ops;
 extern const struct dentry_operations gfs2_dops;
-extern const struct xattr_handler *gfs2_xattr_handlers[];
+
+extern const struct xattr_handler *gfs2_xattr_handlers_max[];
+extern const struct xattr_handler **gfs2_xattr_handlers_min;
 
 #endif /* __SUPER_DOT_H__ */