diff options
Diffstat (limited to 'fs/nilfs2/sb.h')
-rw-r--r-- | fs/nilfs2/sb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nilfs2/sb.h b/fs/nilfs2/sb.h index 3232e75fab75..6f190dfdc649 100644 --- a/fs/nilfs2/sb.h +++ b/fs/nilfs2/sb.h | |||
@@ -40,10 +40,6 @@ struct nilfs_sb_info { | |||
40 | 40 | ||
41 | /* Segment constructor */ | 41 | /* Segment constructor */ |
42 | struct nilfs_sc_info *s_sc_info; /* segment constructor info */ | 42 | struct nilfs_sc_info *s_sc_info; /* segment constructor info */ |
43 | |||
44 | /* Inode allocator */ | ||
45 | spinlock_t s_next_gen_lock; | ||
46 | u32 s_next_generation; | ||
47 | }; | 43 | }; |
48 | 44 | ||
49 | static inline struct nilfs_sb_info *NILFS_SB(struct super_block *sb) | 45 | static inline struct nilfs_sb_info *NILFS_SB(struct super_block *sb) |