commit | 5ecad6fd7bfd30b3eaea51345f546b81de7a6473 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Feb 17 10:43:37 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Fri Feb 19 14:33:18 2010 -0800 |
tree | 98447fd009cc03e5125ffc51b4caac07123e0f70 | |
parent | 2c27c9a57c93a0757b9b4b0e7dc1abeaf1db1ce2 [diff] |
ceph: fix check for invalidate_mapping_pages success We need to know whether there was any page left behind, and not the return value (the total number of pages invalidated). Look at the mapping to see if we were successful or not. Move it all into a helper to simplify the two callers. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>