aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
diff options
context:
space:
mode:
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)
149 struct ceph_inode_info *ci; 149 struct ceph_inode_info *ci;
150 struct ceph_snap_context *snapc = page_snap_context(page); 150 struct ceph_snap_context *snapc = page_snap_context(page);
151 151
152 BUG_ON(!PageLocked(page));
153 BUG_ON(!PagePrivate(page));
154 BUG_ON(!page->mapping);
155
156 inode = page->mapping->host; 152 inode = page->mapping->host;
157 153
158 /* 154 /*