summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorKirill A. Shutemov2015-02-10 23:09:54 +0100
committerLinus Torvalds2015-02-10 23:30:30 +0100
commitd83a08db5ba6072caa658745881f4baa9bad6a08 (patch)
tree11cc7fa3b789f1b3a01b70a66661e9b2ad8ceb15 /fs/ceph
parentmm: drop support of non-linear mapping from fault codepath (diff)
downloadkernel-qcow2-linux-d83a08db5ba6072caa658745881f4baa9bad6a08.tar.gz
kernel-qcow2-linux-d83a08db5ba6072caa658745881f4baa9bad6a08.tar.xz
kernel-qcow2-linux-d83a08db5ba6072caa658745881f4baa9bad6a08.zip
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Nobody uses it anymore. [akpm@linux-foundation.org: fix filemap_xip.c] Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/addr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c
index c81c0e004588..24be059fd1f8 100644
--- a/fs/ceph/addr.c
+++ b/fs/ceph/addr.c
@@ -1569,7 +1569,6 @@ out:
static struct vm_operations_struct ceph_vmops = {
.fault = ceph_filemap_fault,
.page_mkwrite = ceph_page_mkwrite,
- .remap_pages = generic_file_remap_pages,
};
int ceph_mmap(struct file *file, struct vm_area_struct *vma)