git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb659b
)
blk-mq: fix race in IO start accounting
author
Jens Axboe
<axboe@fb.com>
Fri, 9 May 2014 20:54:08 +0000
(14:54 -0600)
committer
Jens Axboe
<axboe@fb.com>
Fri, 9 May 2014 20:54:08 +0000
(14:54 -0600)
Commit
c6d600c6
opened up a small race where we could attempt to
account IO completion on a request, racing with IO start accounting.
Fix this up by ensuring that we've accounted for IO start before
inserting the request.
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge