diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9724f0a48742..460d2cc21ec6 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1397,7 +1397,8 @@ 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 */ | 1400 | /* s_inode_lru_lock protects s_inode_lru and s_nr_inodes_unused */ |
1401 | spinlock_t s_inode_lru_lock ____cacheline_aligned_in_smp; | ||
1401 | struct list_head s_inode_lru; /* unused inode lru */ | 1402 | struct list_head s_inode_lru; /* unused inode lru */ |
1402 | int s_nr_inodes_unused; /* # of inodes on lru */ | 1403 | int s_nr_inodes_unused; /* # of inodes on lru */ |
1403 | 1404 | ||