diff options
Diffstat (limited to 'fs/nilfs2/sb.h')
-rw-r--r-- | fs/nilfs2/sb.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/nilfs2/sb.h b/fs/nilfs2/sb.h index 0776ccc2504a..35a07157b980 100644 --- a/fs/nilfs2/sb.h +++ b/fs/nilfs2/sb.h | |||
@@ -42,11 +42,6 @@ struct nilfs_sc_info; | |||
42 | * NILFS super-block data in memory | 42 | * NILFS super-block data in memory |
43 | */ | 43 | */ |
44 | struct nilfs_sb_info { | 44 | struct nilfs_sb_info { |
45 | /* Snapshot status */ | ||
46 | __u64 s_snapshot_cno; /* Checkpoint number */ | ||
47 | atomic_t s_inodes_count; | ||
48 | atomic_t s_blocks_count; /* Reserved (might be deleted) */ | ||
49 | |||
50 | /* Mount options */ | 45 | /* Mount options */ |
51 | unsigned long s_mount_opt; | 46 | unsigned long s_mount_opt; |
52 | uid_t s_resuid; | 47 | uid_t s_resuid; |
@@ -59,8 +54,6 @@ struct nilfs_sb_info { | |||
59 | /* Fundamental members */ | 54 | /* Fundamental members */ |
60 | struct super_block *s_super; /* reverse pointer to super_block */ | 55 | struct super_block *s_super; /* reverse pointer to super_block */ |
61 | struct the_nilfs *s_nilfs; | 56 | struct the_nilfs *s_nilfs; |
62 | struct list_head s_list; /* list head for nilfs->ns_supers */ | ||
63 | atomic_t s_count; /* reference count */ | ||
64 | 57 | ||
65 | /* Segment constructor */ | 58 | /* Segment constructor */ |
66 | struct list_head s_dirty_files; /* dirty files list */ | 59 | struct list_head s_dirty_files; /* dirty files list */ |
@@ -68,9 +61,6 @@ struct nilfs_sb_info { | |||
68 | spinlock_t s_inode_lock; /* Lock for the nilfs inode. | 61 | spinlock_t s_inode_lock; /* Lock for the nilfs inode. |
69 | It covers s_dirty_files list */ | 62 | It covers s_dirty_files list */ |
70 | 63 | ||
71 | /* Metadata files */ | ||
72 | struct inode *s_ifile; /* index file inode */ | ||
73 | |||
74 | /* Inode allocator */ | 64 | /* Inode allocator */ |
75 | spinlock_t s_next_gen_lock; | 65 | spinlock_t s_next_gen_lock; |
76 | u32 s_next_generation; | 66 | u32 s_next_generation; |