diff options
Diffstat (limited to 'fs/nilfs2/inode.c')
-rw-r--r-- | fs/nilfs2/inode.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c index 7cc64465ec26..6e2c3db976b2 100644 --- a/fs/nilfs2/inode.c +++ b/fs/nilfs2/inode.c | |||
@@ -34,6 +34,13 @@ | |||
34 | #include "cpfile.h" | 34 | #include "cpfile.h" |
35 | #include "ifile.h" | 35 | #include "ifile.h" |
36 | 36 | ||
37 | /** | ||
38 | * struct nilfs_iget_args - arguments used during comparison between inodes | ||
39 | * @ino: inode number | ||
40 | * @cno: checkpoint number | ||
41 | * @root: pointer on NILFS root object (mounted checkpoint) | ||
42 | * @for_gc: inode for GC flag | ||
43 | */ | ||
37 | struct nilfs_iget_args { | 44 | struct nilfs_iget_args { |
38 | u64 ino; | 45 | u64 ino; |
39 | __u64 cno; | 46 | __u64 cno; |