summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2015-01-30 13:15:12 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-02-03 17:43:53 +1100
commitb826e2886da42f272e0be3e66b90c8183e9d3b31 (patch)
tree6bdadf8f92488b957a6bc9ae06f62d4292f88e4c
parent2b5ba231549c103173e84a71a59c763b721035e9 (diff)
daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3
remap_file_pages went away Cc: Matthew Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--fs/ext2/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/file.c b/fs/ext2/file.c
index da8dc646ab10..a61c93fd9dce 100644
--- a/fs/ext2/file.c
+++ b/fs/ext2/file.c
@@ -39,7 +39,6 @@ static int ext2_dax_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
static const struct vm_operations_struct ext2_dax_vm_ops = {
.fault = ext2_dax_fault,
.page_mkwrite = ext2_dax_mkwrite,
- .remap_pages = generic_file_remap_pages,
};
static int ext2_file_mmap(struct file *file, struct vm_area_struct *vma)