From: Milosz Tanski Date: Fri, 9 Aug 2013 16:59:39 +0000 (-0400) Subject: ceph: Remove bogus check in invalidatepage X-Git-Tag: v3.12-rc1~90^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2a801b50c0bb8039d627e5ae1fec249d10ff39;p=pandora-kernel.git ceph: Remove bogus check in invalidatepage The early bug checks are moot because the VMA layer ensures those things. 1. It will not call invalidatepage unless PagePrivate (or PagePrivate2) are set 2. It will not call invalidatepage without taking a PageLock first. 3. Guantrees that the inode page is mapped. Signed-off-by: Milosz Tanski Reviewed-by: Sage Weil --- Reading git-diff-tree failed