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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 30aca3399450..0b38a897c114 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1002,6 +1002,7 @@ struct super_block {
1002 struct list_head s_inodes; /* all inodes */ 1002 struct list_head s_inodes; /* all inodes */
1003 struct list_head s_dirty; /* dirty inodes */ 1003 struct list_head s_dirty; /* dirty inodes */
1004 struct list_head s_io; /* parked for writeback */ 1004 struct list_head s_io; /* parked for writeback */
1005 struct list_head s_more_io; /* parked for more writeback */
1005 struct hlist_head s_anon; /* anonymous dentries for (nfs) exporting */ 1006 struct hlist_head s_anon; /* anonymous dentries for (nfs) exporting */
1006 struct list_head s_files; 1007 struct list_head s_files;
1007 1008