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:
cac7f24
)
rbd: use a single workqueue for all devices
author
Ilya Dryomov
<idryomov@redhat.com>
Thu, 9 Oct 2014 13:06:01 +0000
(17:06 +0400)
committer
Ilya Dryomov
<idryomov@redhat.com>
Thu, 30 Oct 2014 10:11:25 +0000
(13:11 +0300)
Using one queue per device doesn't make much sense given that our
workfn processes "devices" and not "requests". Switch to a single
workqueue for all devices.
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
No differences found