From: Milosz Tanski Date: Fri, 9 Aug 2013 16:59:55 +0000 (-0400) Subject: ceph: cleanup the logic in ceph_invalidatepage X-Git-Tag: v3.12-rc1~90^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b150f5c1c759d551da9146435d3dc9df5f7e15ef;p=pandora-kernel.git ceph: cleanup the logic in ceph_invalidatepage 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 Reviewed-by: Sage Weil --- Reading git-diff-tree failed