ceph: remove useless check
rc is only ever 0 or negative in this method. Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Родитель
a2a79609c0
Коммит
6b4a3b517a
|
@ -880,8 +880,6 @@ release_pvec_pages:
|
|||
out:
|
||||
if (req)
|
||||
ceph_osdc_put_request(req);
|
||||
if (rc > 0)
|
||||
rc = 0; /* vfs expects us to return 0 */
|
||||
ceph_put_snap_context(snapc);
|
||||
dout("writepages done, rc = %d\n", rc);
|
||||
return rc;
|
||||
|
|
Загрузка…
Ссылка в новой задаче