]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbd: use a single workqueue for all devices
authorIlya Dryomov <idryomov@redhat.com>
Thu, 9 Oct 2014 13:06:01 +0000 (17:06 +0400)
committerIlya Dryomov <idryomov@redhat.com>
Thu, 30 Oct 2014 10:11:25 +0000 (13:11 +0300)
commitf5ee37bd31678d6cb2313631f203794b5c25e862
tree855ccbcdc592fe5da33db2e50bb2b556d2e542f4
parentcac7f2429872d3733dc3f9915857b1691da2eb2f
rbd: use a single workqueue for all devices

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>
drivers/block/rbd.c