aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index d51256bc6328..6660db898c41 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1336,7 +1336,7 @@ struct super_block {
1336#ifdef CONFIG_SECURITY 1336#ifdef CONFIG_SECURITY
1337 void *s_security; 1337 void *s_security;
1338#endif 1338#endif
1339 struct xattr_handler **s_xattr; 1339 const struct xattr_handler **s_xattr;
1340 1340
1341 struct list_head s_inodes; /* all inodes */ 1341 struct list_head s_inodes; /* all inodes */
1342 struct hlist_head s_anon; /* anonymous dentries for (nfs) exporting */ 1342 struct hlist_head s_anon; /* anonymous dentries for (nfs) exporting */