]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fs.h
fs: xattr_handler table should be const
[net-next-2.6.git] / include / linux / fs.h
index d51256bc6328fdbd7c9759385d80a7ef7f7ad73e..6660db898c412adfaac260ddab78aa5ed4ef398f 100644 (file)
@@ -1336,7 +1336,7 @@ struct super_block {
 #ifdef CONFIG_SECURITY
        void                    *s_security;
 #endif
-       struct xattr_handler    **s_xattr;
+       const struct xattr_handler **s_xattr;
 
        struct list_head        s_inodes;       /* all inodes */
        struct hlist_head       s_anon;         /* anonymous dentries for (nfs) exporting */