Commit 169e16ce authored by Yehuda Sadeh's avatar Yehuda Sadeh Committed by Sage Weil

ceph: remove unaccessible code

Signed-off-by: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
parent 06edf046
......@@ -1531,10 +1531,6 @@ static int try_write(struct ceph_connection *con)
ret = write_partial_kvec(con);
if (ret <= 0)
goto done;
if (ret < 0) {
dout("try_write write_partial_kvec err %d\n", ret);
goto done;
}
}
/* msg pages? */
......
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