diff options
-rw-r--r-- | drivers/block/umem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/umem.c b/drivers/block/umem.c index 5d8925bd9045..cbb9d0f21acc 100644 --- a/drivers/block/umem.c +++ b/drivers/block/umem.c | |||
@@ -552,7 +552,8 @@ static void process_page(unsigned long data) | |||
552 | static int mm_make_request(request_queue_t *q, struct bio *bio) | 552 | static int mm_make_request(request_queue_t *q, struct bio *bio) |
553 | { | 553 | { |
554 | struct cardinfo *card = q->queuedata; | 554 | struct cardinfo *card = q->queuedata; |
555 | pr_debug("mm_make_request %ld %d\n", bh->b_rsector, bh->b_size); | 555 | pr_debug("mm_make_request %llu %u\n", |
556 | (unsigned long long)bio->bi_sector, bio->bi_size); | ||
556 | 557 | ||
557 | bio->bi_phys_segments = bio->bi_idx; /* count of completed segments*/ | 558 | bio->bi_phys_segments = bio->bi_idx; /* count of completed segments*/ |
558 | spin_lock_irq(&card->lock); | 559 | spin_lock_irq(&card->lock); |