Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40911
b: refs/heads/master
c: b369c2c
h: refs/heads/master
i:
  40909: 704b49a
  40907: a18020b
  40903: 427d55c
  40895: 8a2e5c6
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Nov 14, 2006
1 parent 20181de commit d1f5127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4625085445b86951d8482c0cdd6d52719f7c323
refs/heads/master: b369c2cfa47bc0ad495a95fe9a17c9888781d615
6 changes: 6 additions & 0 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,12 @@ static void cciss_softirq_done(struct request *rq)

complete_buffers(rq->bio, rq->errors);

if (blk_fs_request(rq)) {
const int rw = rq_data_dir(rq);

disk_stat_add(rq->rq_disk, sectors[rw], rq->nr_sectors);
}

#ifdef CCISS_DEBUG
printk("Done with %p\n", rq);
#endif /* CCISS_DEBUG */
Expand Down

0 comments on commit d1f5127

Please sign in to comment.