diff --git a/[refs] b/[refs] index a9c68f27c7e2..705a6f208695 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be4f245dbbbc1f37370ab463cd4892acf4a1222b +refs/heads/master: 1e2d9d44f3ceb7dac7cb14d2476d0a8128c8e169 diff --git a/trunk/fs/gfs2/inode.c b/trunk/fs/gfs2/inode.c index 2405695febe9..2b6f5698ef18 100644 --- a/trunk/fs/gfs2/inode.c +++ b/trunk/fs/gfs2/inode.c @@ -702,6 +702,7 @@ static int gfs2_create_inode(struct inode *dir, struct dentry *dentry, if (error) goto fail_free_inode; + ip->i_gl->gl_object = ip; error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, ghs + 1); if (error) goto fail_free_inode;