Commit 1550d34e authored by Brad Hubbard's avatar Brad Hubbard Committed by Ilya Dryomov

ceph: remove redundant test of head->safe and silence static analysis warnings

Signed-off-by: default avatarBrad Hubbard <bhubbard@redhat.com>
Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent 23078637
......@@ -2415,7 +2415,7 @@ static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg)
mutex_unlock(&mdsc->mutex);
goto out;
}
if (req->r_got_safe && !head->safe) {
if (req->r_got_safe) {
pr_warn("got unsafe after safe on %llu from mds%d\n",
tid, mds);
mutex_unlock(&mdsc->mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment