提交 6a99be5d 编写于 作者: S Steven Whitehouse

GFS2: Fix typo

A missing ! in a test.
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 cc0581bd
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册