block: get rid of elv_insert() interface
authorJens Axboe <jaxboe@fusionio.com>
Wed, 30 Mar 2011 07:52:30 +0000 (09:52 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 5 Apr 2011 21:51:37 +0000 (23:51 +0200)
Merge it with __elv_add_request(), it's pretty pointless to
have a function with only two callers. The main interface
is elv_add_request()/__elv_add_request().

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found