diff options
Diffstat (limited to 'fs/nilfs2/the_nilfs.h')
-rw-r--r-- | fs/nilfs2/the_nilfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 69226e14b74..fd85e4c05c6 100644 --- a/fs/nilfs2/the_nilfs.h +++ b/fs/nilfs2/the_nilfs.h | |||
@@ -36,8 +36,6 @@ | |||
36 | /* the_nilfs struct */ | 36 | /* the_nilfs struct */ |
37 | enum { | 37 | enum { |
38 | THE_NILFS_INIT = 0, /* Information from super_block is set */ | 38 | THE_NILFS_INIT = 0, /* Information from super_block is set */ |
39 | THE_NILFS_LOADED, /* Roll-back/roll-forward has done and | ||
40 | the latest checkpoint was loaded */ | ||
41 | THE_NILFS_DISCONTINUED, /* 'next' pointer chain has broken */ | 39 | THE_NILFS_DISCONTINUED, /* 'next' pointer chain has broken */ |
42 | THE_NILFS_GC_RUNNING, /* gc process is running */ | 40 | THE_NILFS_GC_RUNNING, /* gc process is running */ |
43 | THE_NILFS_SB_DIRTY, /* super block is dirty */ | 41 | THE_NILFS_SB_DIRTY, /* super block is dirty */ |
@@ -178,7 +176,6 @@ static inline int nilfs_##name(struct the_nilfs *nilfs) \ | |||
178 | } | 176 | } |
179 | 177 | ||
180 | THE_NILFS_FNS(INIT, init) | 178 | THE_NILFS_FNS(INIT, init) |
181 | THE_NILFS_FNS(LOADED, loaded) | ||
182 | THE_NILFS_FNS(DISCONTINUED, discontinued) | 179 | THE_NILFS_FNS(DISCONTINUED, discontinued) |
183 | THE_NILFS_FNS(GC_RUNNING, gc_running) | 180 | THE_NILFS_FNS(GC_RUNNING, gc_running) |
184 | THE_NILFS_FNS(SB_DIRTY, sb_dirty) | 181 | THE_NILFS_FNS(SB_DIRTY, sb_dirty) |