aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.h
diff options
context:
space:
mode:
authorVyacheslav Dubeyko <slava@dubeyko.com>2012-07-30 17:42:10 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-30 20:25:19 -0400
commitf5974c8f8cf431baf44e7127b669e3b1960f184f (patch)
tree93df5ca85bdb49be8dd6d2ce46e10fb1d6cc9411 /fs/nilfs2/the_nilfs.h
parent8c74ac0557b4cabc9017c2740c5f62b330192416 (diff)
nilfs2: add omitted comments for different structures in driver implementation
Add omitted comments for different structures in driver implementation. 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/the_nilfs.h')
-rw-r--r--fs/nilfs2/the_nilfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h
index 2558f320b821..6eee4177807b 100644
--- a/fs/nilfs2/the_nilfs.h
+++ b/fs/nilfs2/the_nilfs.h
@@ -232,9 +232,8 @@ THE_NILFS_FNS(SB_DIRTY, sb_dirty)
232 * @count: refcount of this structure 232 * @count: refcount of this structure
233 * @nilfs: nilfs object 233 * @nilfs: nilfs object
234 * @ifile: inode file 234 * @ifile: inode file
235 * @root: root inode
236 * @inodes_count: number of inodes 235 * @inodes_count: number of inodes
237 * @blocks_count: number of blocks (Reserved) 236 * @blocks_count: number of blocks
238 */ 237 */
239struct nilfs_root { 238struct nilfs_root {
240 __u64 cno; 239 __u64 cno;