ceph: check return value for start_request in writepages
authorSage Weil <sage@newdream.net>
Thu, 12 May 2011 22:48:16 +0000 (15:48 -0700)
committerSage Weil <sage@newdream.net>
Thu, 19 May 2011 18:25:05 +0000 (11:25 -0700)
Since we pass the nofail arg, we should never get an error; BUG if we do.
(And fix the function to not return an error if __map_request fails.)

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found