Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213038
b: refs/heads/master
c: 8dcbdc7
h: refs/heads/master
v: v3
  • Loading branch information
San Mehat authored and Jens Axboe committed Sep 14, 2010
1 parent 67aa208 commit 3713c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 175b79f0632544d62aae72e5496c14e3e3ff2ae7
refs/heads/master: 8dcbdc742fec9e6c542ff9cb599d2ee620753d07
5 changes: 3 additions & 2 deletions trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,11 +1612,12 @@ void submit_bio(int rw, struct bio *bio)

if (unlikely(block_dump)) {
char b[BDEVNAME_SIZE];
printk(KERN_DEBUG "%s(%d): %s block %Lu on %s\n",
printk(KERN_DEBUG "%s(%d): %s block %Lu on %s (%u sectors)\n",
current->comm, task_pid_nr(current),
(rw & WRITE) ? "WRITE" : "READ",
(unsigned long long)bio->bi_sector,
bdevname(bio->bi_bdev, b));
bdevname(bio->bi_bdev, b),
count);
}
}

Expand Down

0 comments on commit 3713c4a

Please sign in to comment.