diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/inode.c | 1 | ||||
-rw-r--r-- | fs/gfs2/ops_fstype.c | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 0817f6ede188..5522fa747297 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -319,7 +319,6 @@ static int inode_create(struct gfs2_glock *i_gl, const struct gfs2_inum *inum, | |||
319 | if (error) | 319 | if (error) |
320 | goto fail; | 320 | goto fail; |
321 | } | 321 | } |
322 | ip->i_iopen_gh.gh_owner = NULL; | ||
323 | 322 | ||
324 | spin_lock(&io_gl->gl_spin); | 323 | spin_lock(&io_gl->gl_spin); |
325 | gfs2_glock_hold(i_gl); | 324 | gfs2_glock_hold(i_gl); |
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index f252723b37da..44c64effc964 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c | |||
@@ -468,11 +468,6 @@ static int init_journal(struct gfs2_sbd *sdp, int undo) | |||
468 | gfs2_glock_dq_uninit(&ji_gh); | 468 | gfs2_glock_dq_uninit(&ji_gh); |
469 | jindex = 0; | 469 | jindex = 0; |
470 | 470 | ||
471 | /* Disown my Journal glock */ | ||
472 | |||
473 | sdp->sd_journal_gh.gh_owner = NULL; | ||
474 | sdp->sd_jinode_gh.gh_owner = NULL; | ||
475 | |||
476 | p = kthread_run(gfs2_recoverd, sdp, "gfs2_recoverd"); | 471 | p = kthread_run(gfs2_recoverd, sdp, "gfs2_recoverd"); |
477 | error = IS_ERR(p); | 472 | error = IS_ERR(p); |
478 | if (error) { | 473 | if (error) { |