The patch titled Subject: lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix has been removed from the -mm tree. Its filename was lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix.patch This patch was dropped because it was folded into lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix include mm.h for offset_in_page() Cc: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Cc: Sudeep Holla <sudeep.holla@xxxxxxx> Cc: Yury Norov <ynorov@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/bitmap.c | 1 + 1 file changed, 1 insertion(+) --- a/lib/bitmap.c~lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix +++ a/lib/bitmap.c @@ -13,6 +13,7 @@ #include <linux/bitops.h> #include <linux/bug.h> #include <linux/kernel.h> +#include <linux/mm.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/uaccess.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf.patch memblock-stop-using-implicit-alignement-to-smp_cache_bytes-checkpatch-fixes.patch memblock-warn-if-zero-alignment-was-requested-fix-fix.patch