]> git.baikalelectronics.ru Git - kernel.git/commit
block: reorder request completion functions
authorTejun Heo <tj@kernel.org>
Thu, 23 Apr 2009 02:05:18 +0000 (11:05 +0900)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 28 Apr 2009 05:37:34 +0000 (07:37 +0200)
commite2ab9cb6df70789ad3750188a5df21beef36b985
tree6678ebea73ffc9f2ad35029eaaf49e68073e4e88
parent971b10870e22843aa8a30e5fc5926e4efe660cdc
block: reorder request completion functions

Reorder request completion functions such that

* All request completion functions are located together.

* Functions which are used by only one caller is put right above the
  caller.

* end_request() is put after other completion functions but before
  blk_update_request().

This change is for completion function cleanup which will follow.

[ Impact: cleanup, code reorganization ]

Signed-off-by: Tejun Heo <tj@kernel.org>
block/blk-core.c
include/linux/blkdev.h