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:
ee3e542
)
ceph: cleanup the logic in ceph_invalidatepage
author
Milosz Tanski
<milosz@adfin.com>
Fri, 9 Aug 2013 16:59:55 +0000
(12:59 -0400)
committer
Sage Weil
<sage@inktank.com>
Thu, 15 Aug 2013 18:12:02 +0000
(11:12 -0700)
The invalidatepage code bails if it encounters a non-zero page offset. The
current logic that does is non-obvious with multiple if statements.
This should be logically and functionally equivalent.
Signed-off-by: Milosz Tanski <milosz@adfin.com>
Reviewed-by: Sage Weil <sage@inktank.com>
No differences found