Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67658
b: refs/heads/master
c: 75be73a
h: refs/heads/master
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Oct 10, 2007
1 parent b497b75 commit 24f52ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5f3eae7546093d845ca8ada1b95714202a136a1a
refs/heads/master: 75be73a8246ef96f7fa3f05a6a1450159fbb7a64
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static int init_journal(struct gfs2_sbd *sdp, int undo)

ip = GFS2_I(sdp->sd_jdesc->jd_inode);
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED,
LM_FLAG_NOEXP | GL_EXACT,
LM_FLAG_NOEXP | GL_EXACT | GL_NOCACHE,
&sdp->sd_jinode_gh);
if (error) {
fs_err(sdp, "can't acquire journal inode glock: %d\n",
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd)
};

error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED,
LM_FLAG_NOEXP, &ji_gh);
LM_FLAG_NOEXP | GL_NOCACHE, &ji_gh);
if (error)
goto fail_gunlock_j;
} else {
Expand Down

0 comments on commit 24f52ae

Please sign in to comment.