commit | 9d6fcb081a4770c3772c51c59c7251c22716d7bb | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu May 12 15:48:16 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu May 19 11:25:05 2011 -0700 |
tree | 8827d90aff9d7f463cb429aff1ecd22dde6a77a6 | |
parent | 6b4a3b517a767c483d16a200730b2967e0e23b83 [diff] |
ceph: check return value for start_request in writepages 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>