commit | b710a480554f2be682bac3cb59b0e085ba3d644b | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Wed Mar 30 09:52:30 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue Apr 05 23:51:37 2011 +0200 |
tree | bd1b9d5080bca2b35c861ddbc98d4116445bebfb | |
parent | 8182924bc5850281985d73c312876746acd390b5 [diff] |
block: get rid of elv_insert() interface 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>