Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38687
b: refs/heads/master
c: 9801f64
h: refs/heads/master
i:
  38685: 13946ac
  38683: d183ef4
  38679: d5ce4eb
  38671: 9b99f83
  38655: 7b8362b
v: v3
  • Loading branch information
Steven Whitehouse committed May 12, 2006
1 parent 2db0109 commit 3b7ea54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e90c01e148b967d30caf59e76accb3a58ca6b74b
refs/heads/master: 9801f6461eb994e4eda29cba97f4596dffafbf32
1 change: 0 additions & 1 deletion trunk/fs/gfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ static int inode_create(struct gfs2_glock *i_gl, const struct gfs2_inum *inum,
if (error)
goto fail;
}
ip->i_iopen_gh.gh_owner = NULL;

spin_lock(&io_gl->gl_spin);
gfs2_glock_hold(i_gl);
Expand Down
5 changes: 0 additions & 5 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,6 @@ static int init_journal(struct gfs2_sbd *sdp, int undo)
gfs2_glock_dq_uninit(&ji_gh);
jindex = 0;

/* Disown my Journal glock */

sdp->sd_journal_gh.gh_owner = NULL;
sdp->sd_jinode_gh.gh_owner = NULL;

p = kthread_run(gfs2_recoverd, sdp, "gfs2_recoverd");
error = IS_ERR(p);
if (error) {
Expand Down

0 comments on commit 3b7ea54

Please sign in to comment.