diff options
Diffstat (limited to 'fs/gfs2/ops_file.c')
-rw-r--r-- | fs/gfs2/ops_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index 3064f133bf3c..359965c368bf 100644 --- a/fs/gfs2/ops_file.c +++ b/fs/gfs2/ops_file.c | |||
@@ -139,7 +139,7 @@ static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) | |||
139 | */ | 139 | */ |
140 | 140 | ||
141 | static int filldir_func(void *opaque, const char *name, unsigned int length, | 141 | static int filldir_func(void *opaque, const char *name, unsigned int length, |
142 | u64 offset, struct gfs2_inum *inum, | 142 | u64 offset, struct gfs2_inum_host *inum, |
143 | unsigned int type) | 143 | unsigned int type) |
144 | { | 144 | { |
145 | struct filldir_reg *fdr = (struct filldir_reg *)opaque; | 145 | struct filldir_reg *fdr = (struct filldir_reg *)opaque; |