commit | f5ee37bd31678d6cb2313631f203794b5c25e862 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@redhat.com> | Thu Oct 09 17:06:01 2014 +0400 |
committer | Ilya Dryomov <idryomov@redhat.com> | Thu Oct 30 13:11:25 2014 +0300 |
tree | 855ccbcdc592fe5da33db2e50bb2b556d2e542f4 | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f [diff] |
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>