diff options
author | Vyacheslav Dubeyko <slava@dubeyko.com> | 2012-07-30 17:42:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:25:19 -0400 |
commit | 6b0f3393e38584ec22bab62fe01df58ae5a73ee7 (patch) | |
tree | 665b977dd54ab9574a5471cb7120c92ef1a3e49a /fs/nilfs2 | |
parent | 6ed6a722f9abac25b0549e7507a2b745ede4475c (diff) |
nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure
Add omitted comment for ns_mount_state field of the_nilfs structure.
Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r-- | fs/nilfs2/the_nilfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 9992b11312ff..ef40a510e2f3 100644 --- a/fs/nilfs2/the_nilfs.h +++ b/fs/nilfs2/the_nilfs.h | |||
@@ -52,6 +52,7 @@ enum { | |||
52 | * @ns_sbwtime: previous write time of super block | 52 | * @ns_sbwtime: previous write time of super block |
53 | * @ns_sbwcount: write count of super block | 53 | * @ns_sbwcount: write count of super block |
54 | * @ns_sbsize: size of valid data in super block | 54 | * @ns_sbsize: size of valid data in super block |
55 | * @ns_mount_state: file system state | ||
55 | * @ns_seg_seq: segment sequence counter | 56 | * @ns_seg_seq: segment sequence counter |
56 | * @ns_segnum: index number of the latest full segment. | 57 | * @ns_segnum: index number of the latest full segment. |
57 | * @ns_nextnum: index number of the full segment index to be used next | 58 | * @ns_nextnum: index number of the full segment index to be used next |