aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/export.h')
-rw-r--r--fs/nilfs2/export.h8
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
6extern const struct export_operations nilfs_export_ops; 6extern 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 */
8struct nilfs_fid { 16struct nilfs_fid {
9 u64 cno; 17 u64 cno;
10 u64 ino; 18 u64 ino;