The patch titled pr_debug: umem: repair nonexistant bh pr_debug reference has been removed from the -mm tree. Its filename is pr_debug-umem-repair-nonexistant-bh-pr_debug-reference.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.patch dio-centralize-completion-in-dio_complete.patch dio-call-blk_run_address_space-once-per-op.patch dio-formalize-bio-counters-as-a-dio-reference-count.patch dio-remove-duplicate-bio-wait-code.patch dio-only-call-aio_complete-after-returning-eiocbqueued.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