diff options
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 366235d6a5b5..792d64f69cc2 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -114,6 +114,7 @@ struct inode *gfs2_inode_lookup(struct super_block *sb, u64 no_addr, unsigned in | |||
114 | error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); | 114 | error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); |
115 | if (unlikely(error)) | 115 | if (unlikely(error)) |
116 | goto fail_iopen; | 116 | goto fail_iopen; |
117 | ip->i_iopen_gh.gh_gl->gl_object = ip; | ||
117 | 118 | ||
118 | gfs2_glock_put(io_gl); | 119 | gfs2_glock_put(io_gl); |
119 | 120 | ||