Files
ubports_kernel_google_msm/drivers/block
Tejun Heo 467ca759fc swim3: clean up request completion paths
swim3 curiously tries to update request parameters before calling
__blk_end_request() when __blk_end_request() will do it anyway, and it
updates request for partial completion manually instead of using
blk_update_request().  Also, it does some spurious checks on rq such
as testing whether rq->sector is negative or current_nr_sectors is
zero right after fetching.

Drop unnecessary stuff and use standard block layer mechanisms.

[ Impact: cleanup ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-04-28 08:14:51 +02:00
..
2009-04-01 21:42:24 +02:00
2009-04-15 12:10:13 +02:00
2009-04-07 08:12:38 +02:00
2009-04-28 08:14:51 +02:00
2009-04-07 08:12:38 +02:00
2009-04-28 07:37:28 +02:00
2009-04-07 08:12:38 +02:00
2009-04-02 19:05:02 -07:00
2009-04-28 08:14:50 +02:00
2009-04-28 08:14:50 +02:00
2009-03-26 21:15:27 +01:00
2009-04-17 10:50:27 -07:00
2009-04-24 08:54:21 +02:00
2008-10-21 07:48:07 -04:00
2008-10-21 07:48:11 -04:00