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:
35b489d
)
blk-mq: get rid of ->cmd_size in the hardware queue
author
Jens Axboe
<axboe@fb.com>
Wed, 7 Jan 2015 17:44:04 +0000
(10:44 -0700)
committer
Jens Axboe
<axboe@fb.com>
Wed, 7 Jan 2015 17:44:04 +0000
(10:44 -0700)
We store it in the tag set, we don't need it in the hardware queue.
While removing cmd_size, place ->queue_num further down to avoid
a hole on 64-bit archs. It's not used in any fast paths, so we
can safely move it.
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found