The patch titled Subject: mm-use-unsigned-int-for-page-order-fix has been removed from the -mm tree. Its filename was mm-use-unsigned-int-for-page-order-fix.patch This patch was dropped because it was folded into mm-use-unsigned-int-for-page-order.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm-use-unsigned-int-for-page-order-fix fix build (type of pageblock_order) Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pageblock-flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pageblock-flags.h~mm-use-unsigned-int-for-page-order-fix include/linux/pageblock-flags.h --- a/include/linux/pageblock-flags.h~mm-use-unsigned-int-for-page-order-fix +++ a/include/linux/pageblock-flags.h @@ -44,7 +44,7 @@ enum pageblock_bits { #ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE /* Huge page sizes are variable */ -extern int pageblock_order; +extern unsigned int pageblock_order; #else /* CONFIG_HUGETLB_PAGE_SIZE_VARIABLE */ _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-use-unsigned-int-for-page-order.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