diff options
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r-- | block/ll_rw_blk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 501edfa807a0..8025d646ab30 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -3367,7 +3367,7 @@ void submit_bio(int rw, struct bio *bio) | |||
3367 | if (unlikely(block_dump)) { | 3367 | if (unlikely(block_dump)) { |
3368 | char b[BDEVNAME_SIZE]; | 3368 | char b[BDEVNAME_SIZE]; |
3369 | printk(KERN_DEBUG "%s(%d): %s block %Lu on %s\n", | 3369 | printk(KERN_DEBUG "%s(%d): %s block %Lu on %s\n", |
3370 | current->comm, current->pid, | 3370 | current->comm, task_pid_nr(current), |
3371 | (rw & WRITE) ? "WRITE" : "READ", | 3371 | (rw & WRITE) ? "WRITE" : "READ", |
3372 | (unsigned long long)bio->bi_sector, | 3372 | (unsigned long long)bio->bi_sector, |
3373 | bdevname(bio->bi_bdev,b)); | 3373 | bdevname(bio->bi_bdev,b)); |