Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ceph: remove unaccessible code

parent 06edf046
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -1531,10 +1531,6 @@ static int try_write(struct ceph_connection *con)
		ret = write_partial_kvec(con);
		ret = write_partial_kvec(con);
		if (ret <= 0)
		if (ret <= 0)
			goto done;
			goto done;
		if (ret < 0) {
			dout("try_write write_partial_kvec err %d\n", ret);
			goto done;
		}
	}
	}


	/* msg pages? */
	/* msg pages? */