commit | f3836a2f7688dcb6975dac3d8bbe69663679b2e6 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Fri Feb 10 13:00:59 2017 -0500 |
committer | Josef Bacik <jbacik@fb.com> | Fri Feb 10 14:23:56 2017 -0500 |
tree | 78705336fadb8d3cc2afc2741d7731cefea6b28f | |
parent | 66380273c72c2f758fe4ff87874f7bef96e0051b [diff] |
block: set make_request_fn manually in blk_mq_update_nr_hw_queues Calling blk_queue_make_request resets a bunch of settings on the request_queue, but all we really want is to update the make_request_fn, so do this directly so we don't lose things like the logical and physical block sizes. Signed-off-by: Josef Bacik <jbacik@fb.com>