mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 08:02:59 -04:00
ceph: remove unaccessible code
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
This commit is contained in:
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user