The patch titled mm-tracking-shared-dirty-pages nommu fix has been added to the -mm tree. Its filename is mm-tracking-shared-dirty-pages-nommu-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mm-tracking-shared-dirty-pages nommu fix From: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/rmap.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/linux/rmap.h~mm-tracking-shared-dirty-pages-nommu-fix include/linux/rmap.h --- a/include/linux/rmap.h~mm-tracking-shared-dirty-pages-nommu-fix +++ a/include/linux/rmap.h @@ -120,6 +120,8 @@ int page_mkclean(struct page *); #define page_referenced(page,l) TestClearPageReferenced(page) #define try_to_unmap(page, refs) SWAP_FAIL +#define page_mkclean(page) (0) + #endif /* CONFIG_MMU */ /* _ Patches currently in -mm which might be from a.p.zijlstra@xxxxxxxxx are mm-tracking-shared-dirty-pages.patch mm-tracking-shared-dirty-pages-nommu-fix.patch mm-balance-dirty-pages.patch mm-optimize-the-new-mprotect-code-a-bit.patch mm-small-cleanup-of-install_page.patch mm-fixup-do_wp_page.patch mm-msync-cleanup.patch mm-tracking-shared-dirty-pages-checks.patch mm-tracking-shared-dirty-pages-wimp.patch mm-swap-write-failure-fixup.patch mm-swap-write-failure-fixup-update.patch mm-swap-write-failure-fixup-fix.patch block_devc-mutex_lock_nested-fix.patch nfsd-lockdep-annotation.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