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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index a0011aef4338..9724f0a48742 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1397,6 +1397,10 @@ struct super_block {
1397 struct list_head s_dentry_lru; /* unused dentry lru */ 1397 struct list_head s_dentry_lru; /* unused dentry lru */
1398 int s_nr_dentry_unused; /* # of dentry on lru */ 1398 int s_nr_dentry_unused; /* # of dentry on lru */
1399 1399
1400 /* inode_lru_lock protects s_inode_lru and s_nr_inodes_unused */
1401 struct list_head s_inode_lru; /* unused inode lru */
1402 int s_nr_inodes_unused; /* # of inodes on lru */
1403
1400 struct block_device *s_bdev; 1404 struct block_device *s_bdev;
1401 struct backing_dev_info *s_bdi; 1405 struct backing_dev_info *s_bdi;
1402 struct mtd_info *s_mtd; 1406 struct mtd_info *s_mtd;