The patch titled page_mkclean_one(): fix call to set_pte_at() has been removed from the -mm tree. Its filename was page_mkclean_one-fix-call-to-set_pte_at.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: page_mkclean_one(): fix call to set_pte_at() From: Al Viro <viro@xxxxxxxxxxxxxxxx> (akpm: macros are wonderful) Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/rmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/rmap.c~page_mkclean_one-fix-call-to-set_pte_at mm/rmap.c --- a/mm/rmap.c~page_mkclean_one-fix-call-to-set_pte_at +++ a/mm/rmap.c @@ -452,7 +452,7 @@ static int page_mkclean_one(struct page entry = ptep_clear_flush(vma, address, pte); entry = pte_wrprotect(entry); entry = pte_mkclean(entry); - set_pte_at(vma, address, pte, entry); + set_pte_at(mm, address, pte, entry); lazy_mmu_prot_update(entry); ret = 1; } _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are m68k-work-around-binutils-tokenizer-change.patch slab-leaks3-default-y.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