]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.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>
Mon, 27 Oct 2014 15:19:02 +0000 (18:19 +0300)
commit60ebc6107c525f779d5e976047aa8f9bed60a647
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>
drivers/block/rbd.c