diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-14 14:13:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-14 14:13:24 -0400 |
commit | f901e753923192a7793e5d7591e2c03dcb252d68 (patch) | |
tree | efa1224ea1c1a479e4c9a10bb27d0d8d37e26b86 /fs/nilfs2/segment.h | |
parent | bced86359918326a65258b1be245834e5c493c88 (diff) | |
parent | c91cea11dfec65968ff9d1b4239c1eab63bf72fd (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2:
nilfs2: remove whitespaces before quoted newlines
nilfs2: remove spaces before tabs
nilfs2: fix various typos in comments
nilfs2: fix typo "cout" -> "count" in error message
nilfs2: fix function name typos in docbook comments
nilfs2: fix discrepancy in use of static specifier
Diffstat (limited to 'fs/nilfs2/segment.h')
-rw-r--r-- | fs/nilfs2/segment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/segment.h b/fs/nilfs2/segment.h index 3155e0c7f415..82dfd6a686b9 100644 --- a/fs/nilfs2/segment.h +++ b/fs/nilfs2/segment.h | |||
@@ -30,7 +30,7 @@ | |||
30 | #include "sb.h" | 30 | #include "sb.h" |
31 | 31 | ||
32 | /** | 32 | /** |
33 | * struct nilfs_recovery_info - Recovery infomation | 33 | * struct nilfs_recovery_info - Recovery information |
34 | * @ri_need_recovery: Recovery status | 34 | * @ri_need_recovery: Recovery status |
35 | * @ri_super_root: Block number of the last super root | 35 | * @ri_super_root: Block number of the last super root |
36 | * @ri_ri_cno: Number of the last checkpoint | 36 | * @ri_ri_cno: Number of the last checkpoint |
@@ -71,7 +71,7 @@ struct nilfs_recovery_info { | |||
71 | */ | 71 | */ |
72 | struct nilfs_cstage { | 72 | struct nilfs_cstage { |
73 | int scnt; | 73 | int scnt; |
74 | unsigned flags; | 74 | unsigned flags; |
75 | struct nilfs_inode_info *dirty_file_ptr; | 75 | struct nilfs_inode_info *dirty_file_ptr; |
76 | struct nilfs_inode_info *gc_inode_ptr; | 76 | struct nilfs_inode_info *gc_inode_ptr; |
77 | }; | 77 | }; |