The patch titled Subject: daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3 has been removed from the -mm tree. Its filename was daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3.patch This patch was dropped because it was folded into daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: 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@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ext2/file.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/ext2/file.c~daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3 fs/ext2/file.c --- a/fs/ext2/file.c~daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3 +++ a/fs/ext2/file.c @@ -39,7 +39,6 @@ static int ext2_dax_mkwrite(struct vm_ar 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) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-fix-xip-fault-vs-truncate-race.patch daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler.patch dax-add-dax_zero_page_range-fix.patch ext4-add-dax-functionality-fix.patch ocfs2-add-functions-to-add-and-remove-inode-in-orphan-dir-fix.patch ocfs2-implement-ocfs2_direct_io_write-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html