Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196005
b: refs/heads/master
c: 6a99be5
h: refs/heads/master
i:
  196003: 4315898
v: v3
  • Loading branch information
Steven Whitehouse committed May 14, 2010
1 parent 46fb60e commit aceb1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cc0581bd6132984641e47809552fc9d5dfcadbcf
refs/heads/master: 6a99be5d7b5973767b1ffa4fa68fed0738589c99
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static ssize_t demote_rq_store(struct gfs2_sbd *sdp, const char *buf, size_t len
glops = gfs2_glops_list[gltype];
if (glops == NULL)
return -EINVAL;
if (test_and_set_bit(SDF_DEMOTE, &sdp->sd_flags))
if (!test_and_set_bit(SDF_DEMOTE, &sdp->sd_flags))
fs_info(sdp, "demote interface used\n");
rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl);
if (rv)
Expand Down

0 comments on commit aceb1a8

Please sign in to comment.