mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +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);
|
||||
if (ret <= 0)
|
||||
goto done;
|
||||
if (ret < 0) {
|
||||
dout("try_write write_partial_kvec err %d\n", ret);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
/* msg pages? */
|
||||
|
Loading…
Reference in New Issue
Block a user