summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
diff options
context:
space:
mode:
authorMilosz Tanski2013-08-09 18:59:39 +0200
committerSage Weil2013-08-10 02:55:58 +0200
commitfe2a801b50c0bb8039d627e5ae1fec249d10ff39 (patch)
tree75298f98ac2e0610cf6f9917140a6eb4bb302485 /fs/ceph/addr.c
parentceph: replace hold_mutex flag with goto (diff)
downloadkernel-qcow2-linux-fe2a801b50c0bb8039d627e5ae1fec249d10ff39.tar.gz
kernel-qcow2-linux-fe2a801b50c0bb8039d627e5ae1fec249d10ff39.tar.xz
kernel-qcow2-linux-fe2a801b50c0bb8039d627e5ae1fec249d10ff39.zip
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 <milosz@adfin.com> Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'fs/ceph/addr.c')
-rw-r--r--fs/ceph/addr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c
index afb2fc241061..f1d6c60ab229 100644
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@ -149,10 +149,6 @@ static void ceph_invalidatepage(struct page *page, unsigned long offset)
struct ceph_inode_info *ci;
struct ceph_snap_context *snapc = page_snap_context(page);
- BUG_ON(!PageLocked(page));
- BUG_ON(!PagePrivate(page));
- BUG_ON(!page->mapping);
-
inode = page->mapping->host;
/*