mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
ceph: remove unaccessible code
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
This commit is contained in:
parent
06edf046dd
commit
169e16ce81
@ -1531,10 +1531,6 @@ more_kvec:
|
|||||||
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? */
|
||||||
|
Loading…
Reference in New Issue
Block a user