Loading fs/ceph/addr.c +0 −2 Original line number Diff line number Diff line Loading @@ -880,8 +880,6 @@ static int ceph_writepages_start(struct address_space *mapping, 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; Loading Loading
fs/ceph/addr.c +0 −2 Original line number Diff line number Diff line Loading @@ -880,8 +880,6 @@ static int ceph_writepages_start(struct address_space *mapping, 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; Loading