commit | 8ccb8cb1892b27655247ff42867665763793ffe8 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Oct 15 09:14:46 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 16 09:49:36 2018 -0600 |
tree | 343f5794ebeb1ee7b5cda47833261396a3c42a5f | |
parent | dbaa54b65e7a06e6ff2192f8fe92ecd51accc766 [diff] |
swim3: convert to blk-mq Pretty simple conversion. grab_drive() could probably be replaced by some freeze/quiesce incantation, but I left it alone, and just used freeze/quiesce for eject. Compile-tested only. Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Omar Sandoval <osandov@fb.com> Converted to blk_mq_init_sq_queue(). Signed-off-by: Jens Axboe <axboe@kernel.dk>