Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218907
b: refs/heads/master
c: e1fbd92
h: refs/heads/master
i:
  218905: 4d6c1d3
  218903: 94ea05c
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Jens Axboe committed Oct 28, 2010
1 parent f022378 commit 39527ef
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5ad21a337420e82bffb7836ab34027dd7ad624b8
refs/heads/master: e1fbd9210d5d172f951b1d21eb58383919c4d10d
6 changes: 4 additions & 2 deletions trunk/drivers/block/z2ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ static void do_z2_request(struct request_queue *q)
int err = 0;

if (start + len > z2ram_size) {
printk( KERN_ERR DEVICE_NAME ": bad access: block=%lu, count=%u\n",
blk_rq_pos(req), blk_rq_cur_sectors(req));
pr_err(DEVICE_NAME ": bad access: block=%llu, "
"count=%u\n",
(unsigned long long)blk_rq_pos(req),
blk_rq_cur_sectors(req));
err = -EIO;
goto done;
}
Expand Down

0 comments on commit 39527ef

Please sign in to comment.