commit | 8031049147c58d9d8b6226c3ac31a9d72d053e25 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Feb 09 16:43:11 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Thu Feb 11 11:48:55 2010 -0800 |
tree | d89aec0fc9dcae6ea20fe0665b7700911c2dbf61 | |
parent | 0840d8af3e6e40bcd5f2366698eb2755f88acfea [diff] |
ceph: remove bogus invalidate_mapping_pages We were invalidating mapping pages when dropping FILE_CACHE in __send_cap(). But ceph_check_caps attempts to invalidate already, and also checks for success, so we should never get to this point. Signed-off-by: Sage Weil <sage@newdream.net>