diff options
author | Vyacheslav Dubeyko <slava@dubeyko.com> | 2012-07-30 17:42:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:25:19 -0400 |
commit | f5974c8f8cf431baf44e7127b669e3b1960f184f (patch) | |
tree | 93df5ca85bdb49be8dd6d2ce46e10fb1d6cc9411 /fs/nilfs2/export.h | |
parent | 8c74ac0557b4cabc9017c2740c5f62b330192416 (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/export.h')
-rw-r--r-- | fs/nilfs2/export.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nilfs2/export.h b/fs/nilfs2/export.h index a71cc412b651..19ccbf9522ab 100644 --- a/fs/nilfs2/export.h +++ b/fs/nilfs2/export.h | |||
@@ -5,6 +5,14 @@ | |||
5 | 5 | ||
6 | extern const struct export_operations nilfs_export_ops; | 6 | extern const struct export_operations nilfs_export_ops; |
7 | 7 | ||
8 | /** | ||
9 | * struct nilfs_fid - NILFS file id type | ||
10 | * @cno: checkpoint number | ||
11 | * @ino: inode number | ||
12 | * @gen: file generation (version) for NFS | ||
13 | * @parent_gen: parent generation (version) for NFS | ||
14 | * @parent_ino: parent inode number | ||
15 | */ | ||
8 | struct nilfs_fid { | 16 | struct nilfs_fid { |
9 | u64 cno; | 17 | u64 cno; |
10 | u64 ino; | 18 | u64 ino; |