The patch titled Subject: mm-consolidate-page-table-accounting-fix has been removed from the -mm tree. Its filename was mm-consolidate-page-table-accounting-fix.patch This patch was dropped because it was folded into mm-consolidate-page-table-accounting.patch ------------------------------------------------------ From: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Subject: mm-consolidate-page-table-accounting-fix fix build Link: http://lkml.kernel.org/r/20171016150113.ikfxy3e7zzfvsr4w@xxxxxxxxxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mm.h~mm-consolidate-page-table-accounting-fix include/linux/mm.h --- a/include/linux/mm.h~mm-consolidate-page-table-accounting-fix +++ a/include/linux/mm.h @@ -1669,7 +1669,7 @@ static inline void mm_dec_nr_ptes(struct #else static inline void mm_pgtables_bytes_init(struct mm_struct *mm) {} -static inline unsigned long mm_pgtables_bytes(struct mm_struct *mm) +static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) { return 0; } _ Patches currently in -mm which might be from kirill.shutemov@xxxxxxxxxxxxxxx are mm-account-pud-page-tables.patch mm-introduce-wrappers-to-access-mm-nr_ptes.patch mm-consolidate-page-table-accounting.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