aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.h
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-08-28 23:44:56 -0400
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-10-22 20:24:38 -0400
commitc1c1d7092072093ad960db2f6c08f06705c57fa4 (patch)
tree115796528882ed5d8d21258ad8cf481765a5035a /fs/nilfs2/the_nilfs.h
parentb1f6a4f294088b3fcf9ae67915ca550a1ded2819 (diff)
nilfs2: get rid of GCDAT inode
This applies prepared rollback function and redirect function of metadata file to DAT file, and eliminates GCDAT inode. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/the_nilfs.h')
-rw-r--r--fs/nilfs2/the_nilfs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h
index 1908dc7bbd8f..a5178dc43dfd 100644
--- a/fs/nilfs2/the_nilfs.h
+++ b/fs/nilfs2/the_nilfs.h
@@ -74,7 +74,6 @@ enum {
74 * @ns_dat: DAT file inode 74 * @ns_dat: DAT file inode
75 * @ns_cpfile: checkpoint file inode 75 * @ns_cpfile: checkpoint file inode
76 * @ns_sufile: segusage file inode 76 * @ns_sufile: segusage file inode
77 * @ns_gc_dat: shadow inode of the DAT file inode for GC
78 * @ns_cptree: rb-tree of all mounted checkpoints (nilfs_root) 77 * @ns_cptree: rb-tree of all mounted checkpoints (nilfs_root)
79 * @ns_cptree_lock: lock protecting @ns_cptree 78 * @ns_cptree_lock: lock protecting @ns_cptree
80 * @ns_gc_inodes: dummy inodes to keep live blocks 79 * @ns_gc_inodes: dummy inodes to keep live blocks
@@ -149,7 +148,6 @@ struct the_nilfs {
149 struct inode *ns_dat; 148 struct inode *ns_dat;
150 struct inode *ns_cpfile; 149 struct inode *ns_cpfile;
151 struct inode *ns_sufile; 150 struct inode *ns_sufile;
152 struct inode *ns_gc_dat;
153 151
154 /* Checkpoint tree */ 152 /* Checkpoint tree */
155 struct rb_root ns_cptree; 153 struct rb_root ns_cptree;