summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 760d8da1b6c7..8e2460694c3a 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1364,9 +1364,9 @@ struct super_block {
1364 void *s_security; 1364 void *s_security;
1365#endif 1365#endif
1366 const struct xattr_handler **s_xattr; 1366 const struct xattr_handler **s_xattr;
1367 1367#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
1368 const struct fscrypt_operations *s_cop; 1368 const struct fscrypt_operations *s_cop;
1369 1369#endif
1370 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */ 1370 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
1371 struct list_head s_mounts; /* list of mounts; _not_ for fs use */ 1371 struct list_head s_mounts; /* list of mounts; _not_ for fs use */
1372 struct block_device *s_bdev; 1372 struct block_device *s_bdev;