diff options
Diffstat (limited to 'fs/gfs2/export.c')
-rw-r--r-- | fs/gfs2/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/export.c b/fs/gfs2/export.c index d15876e9aa26..d81bc7e90e98 100644 --- a/fs/gfs2/export.c +++ b/fs/gfs2/export.c | |||
@@ -169,7 +169,7 @@ static struct dentry *gfs2_get_dentry(struct super_block *sb, | |||
169 | if (error) | 169 | if (error) |
170 | goto fail; | 170 | goto fail; |
171 | 171 | ||
172 | inode = gfs2_inode_lookup(sb, DT_UNKNOWN, inum->no_addr, 0, 0); | 172 | inode = gfs2_inode_lookup(sb, DT_UNKNOWN, inum->no_addr, 0); |
173 | if (IS_ERR(inode)) { | 173 | if (IS_ERR(inode)) { |
174 | error = PTR_ERR(inode); | 174 | error = PTR_ERR(inode); |
175 | goto fail; | 175 | goto fail; |