commit | 6f63503c8af569fcd60bb27dfe740d13be0030f6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue May 02 09:56:00 2017 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed May 03 08:09:19 2017 -0600 |
tree | fcd5523f89ebbd0fc213feb9f65426fe799933a6 | |
parent | 994ff079e8f6399e1f8cd43141da0f79ce7a179a [diff] |
mtip32xx: convert internal commands to regular block infrastructure Get rid of the private end_io handlers and data, and just use the regular block IO path for these requests. This removes a lot of redundant code. Signed-off-by: Jens Axboe <axboe@fb.com>