[PATCH] ll_rw_blk: cleanup __make_request()
authorJens Axboe <axboe@suse.de>
Tue, 18 Jul 2006 02:14:45 +0000 (04:14 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:29:34 +0000 (20:29 +0200)
- Don't assign variables that are only used once.

- Kill spin_lock() prefetching, it's opportunistic at best.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found