The patch titled Subject: mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub-fix has been removed from the -mm tree. Its filename was mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub-fix.patch This patch was dropped because it was folded into mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub-fix fix filemap_xip.c Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Reported-by: Wu Fengguang <fengguang.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap_xip.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/filemap_xip.c~mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub-fix mm/filemap_xip.c --- a/mm/filemap_xip.c~mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub-fix +++ a/mm/filemap_xip.c @@ -301,7 +301,6 @@ out: static const struct vm_operations_struct xip_file_vm_ops = { .fault = xip_file_fault, .page_mkwrite = filemap_page_mkwrite, - .remap_pages = generic_file_remap_pages, }; int xip_file_mmap(struct file * file, struct vm_area_struct * vma) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch fanotify-dont-recalculate-a-marks-mask-if-only-the-ignored-mask-changed.patch fanotify-dont-set-fan_ondir-implicitly-on-a-marks-ignored-mask.patch o2dlm-fix-null-pointer-dereference-in-o2dlm_blocking_ast_wrapper.patch mm-vmstatc-fix-cleanup-ifdefs.patch mm-replace-remap_file_pages-syscall-with-emulation.patch mm-drop-vm_ops-remap_pages-and-generic_file_remap_pages-stub.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