commit | 6a5ec65b9acee39f9af4a15a81858d5fc07498d0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 01 10:38:45 2013 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 09:10:29 2013 -0700 |
tree | eb86de09e70c7c76b432087e810ca9e282fbe266 | |
parent | fcd37eb3c1347193935d07a82b84dfc7d418dd05 [diff] |
skd: cleanup the skd_*() function block wrapping Just call the block functions directly, don't wrap them in skd helpers. With only one queueing model enabled, there's no point in doing that. Also kill the ->start_time and ->bio from the skd_request_context, we don't use those anymore. Signed-off-by: Jens Axboe <axboe@kernel.dk>