git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0840d8a
)
ceph: remove bogus invalidate_mapping_pages
author
Sage Weil
<sage@newdream.net>
Wed, 10 Feb 2010 00:43:11 +0000
(16:43 -0800)
committer
Sage 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