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 5d15e9498b48..d5bda8513457 100644 --- a/fs/gfs2/export.c +++ b/fs/gfs2/export.c | |||
@@ -137,7 +137,7 @@ static struct dentry *gfs2_get_dentry(struct super_block *sb, | |||
137 | struct gfs2_sbd *sdp = sb->s_fs_info; | 137 | struct gfs2_sbd *sdp = sb->s_fs_info; |
138 | struct inode *inode; | 138 | struct inode *inode; |
139 | 139 | ||
140 | inode = gfs2_ilookup(sb, inum->no_addr, 0); | 140 | inode = gfs2_ilookup(sb, inum->no_addr); |
141 | if (inode) { | 141 | if (inode) { |
142 | if (GFS2_I(inode)->i_no_formal_ino != inum->no_formal_ino) { | 142 | if (GFS2_I(inode)->i_no_formal_ino != inum->no_formal_ino) { |
143 | iput(inode); | 143 | iput(inode); |