commit | 334335d2f7a077a5ff561d86b0ad43bedd83ca05 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Tue Mar 28 16:12:15 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Wed Mar 29 08:09:08 2017 -0600 |
tree | 7df8f5fb1b67e34ed19af17476ee2ed01bb2c673 | |
parent | d3cfb2a0ac0b8487d28a1ee207c29617bf6e6820 [diff] |
block: warn if sharing request queue across gendisks Now that the remaining drivers have been converted to one request queue per gendisk, let's warn if a request queue gets registered more than once. This will catch future drivers which might do it inadvertently or any old drivers that I may have missed. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>