]> git.baikalelectronics.ru Git - kernel.git/commit
skd: cleanup the skd_*() function block wrapping
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Nov 2013 16:38:45 +0000 (10:38 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2013 16:10:29 +0000 (09:10 -0700)
commit62f357d9638a3b2e34a420e3173a9d10e7b0173c
treeeb86de09e70c7c76b432087e810ca9e282fbe266
parentfe4c0c9eea3012ec96b379d030512badea0bee81
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>
drivers/block/skd_main.c