ceph: remove bogus invalidate_mapping_pages
authorSage Weil <sage@newdream.net>
Wed, 10 Feb 2010 00:43:11 +0000 (16:43 -0800)
committerSage Weil <sage@newdream.net>
Thu, 11 Feb 2010 19:48:55 +0000 (11:48 -0800)
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>

No differences found