diff options
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index cacdb0dfe577..366235d6a5b5 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -389,7 +389,7 @@ struct inode *gfs2_lookupi(struct inode *dir, const struct qstr *name, | |||
389 | struct super_block *sb = dir->i_sb; | 389 | struct super_block *sb = dir->i_sb; |
390 | struct gfs2_inode *dip = GFS2_I(dir); | 390 | struct gfs2_inode *dip = GFS2_I(dir); |
391 | struct gfs2_holder d_gh; | 391 | struct gfs2_holder d_gh; |
392 | int error; | 392 | int error = 0; |
393 | struct inode *inode = NULL; | 393 | struct inode *inode = NULL; |
394 | int unlock = 0; | 394 | int unlock = 0; |
395 | 395 | ||