The patch titled Subject: mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix-3 has been removed from the -mm tree. Its filename was mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix-3.patch This patch was dropped because it was folded into mm-allow-page-fault-handlers-to-perform-the-cow.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix-3 bah Cc: Matthew Wilcox <matthew.r.wilcox@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/memory.c~mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix-3 mm/memory.c --- a/mm/memory.c~mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix-3 +++ a/mm/memory.c @@ -2900,7 +2900,7 @@ static int do_cow_fault(struct mm_struct * DAX doesn't have a page to lock, so it uses * i_mmap_lock() */ - i_mmap_unlock_read(&vma->vm_file->f_mapping); + i_mmap_unlock_read(vma->vm_file->f_mapping); } goto uncharge_out; } @@ -2916,7 +2916,7 @@ static int do_cow_fault(struct mm_struct * DAX doesn't have a page to lock, so it uses * i_mmap_lock() */ - i_mmap_unlock_read(&vma->vm_file->f_mapping); + i_mmap_unlock_read(vma->vm_file->f_mapping); } return ret; uncharge_out: _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-fix-xip-fault-vs-truncate-race.patch mm-allow-page-fault-handlers-to-perform-the-cow.patch mm-allow-page-fault-handlers-to-perform-the-cow-fix-fix.patch daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix.patch daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-2.patch daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix-3.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