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:
@@ -880,8 +880,6 @@ release_pvec_pages:
|
|||||||
out:
|
out:
|
||||||
if (req)
|
if (req)
|
||||||
ceph_osdc_put_request(req);
|
ceph_osdc_put_request(req);
|
||||||
if (rc > 0)
|
|
||||||
rc = 0; /* vfs expects us to return 0 */
|
|
||||||
ceph_put_snap_context(snapc);
|
ceph_put_snap_context(snapc);
|
||||||
dout("writepages done, rc = %d\n", rc);
|
dout("writepages done, rc = %d\n", rc);
|
||||||
return rc;
|
return rc;
|
||||||
|
Reference in New Issue
Block a user