The patch titled pr_debug: umem: repair nonexistant bh pr_debug reference has been added to the -mm tree. Its filename is pr_debug-umem-repair-nonexistant-bh-pr_debug-reference.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: pr_debug: umem: repair nonexistant bh pr_debug reference From: Zach Brown <zach.brown@xxxxxxxxxx> umem: repair nonexistant bh pr_debug reference Signed-off-by: Zach Brown <zach.brown@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/block/umem.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/block/umem.c~pr_debug-umem-repair-nonexistant-bh-pr_debug-reference drivers/block/umem.c --- a/drivers/block/umem.c~pr_debug-umem-repair-nonexistant-bh-pr_debug-reference +++ a/drivers/block/umem.c @@ -552,7 +552,8 @@ static void process_page(unsigned long d static int mm_make_request(request_queue_t *q, struct bio *bio) { struct cardinfo *card = q->queuedata; - pr_debug("mm_make_request %ld %d\n", bh->b_rsector, bh->b_size); + pr_debug("mm_make_request %llu %u\n", + (unsigned long long)bio->bi_sector, bio->bi_size); bio->bi_phys_segments = bio->bi_idx; /* count of completed segments*/ spin_lock_irq(&card->lock); _ Patches currently in -mm which might be from zach.brown@xxxxxxxxxx are git-ocfs2.patch add-vector-aio-support.patch add-vector-aio-support-fix.patch pr_debug-aio-use-size_t-length-modifier-in-pr_debug-format-arguments.patch pr_debug-configfs-use-size_t-length-modifier-in-pr_debug-format-argument.patch pr_debug-sysfs-use-size_t-length-modifier-in-pr_debug-format-arguments.patch pr_debug-umem-repair-nonexistant-bh-pr_debug-reference.patch pr_debug-tipar-repair-nonexistant-pr_debug-argument-use.patch pr_debug-dell_rbu-fix-pr_debug-argument-warnings.patch pr_debug-ifb-replace-missing-comma-to-separate-pr_debug-arguments.patch pr_debug-trident-use-size_t-length-modifier-in-pr_debug-format-arguments.patch pr_debug-check-pr_debug-arguments.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