]> git.baikalelectronics.ru Git - kernel.git/commit
block: Split blk_pm_add_request() and blk_pm_put_request()
authorBart Van Assche <bvanassche@acm.org>
Wed, 26 Sep 2018 21:01:05 +0000 (14:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 21:11:28 +0000 (15:11 -0600)
commite29d254d48bea1e0703978c9600a57ca6cb8e7c4
treea345b1b1a6ec827fdbe0930269f4a8126205939a
parentb5de0d9d1f3660f5eb06109c081d101c0e691935
block: Split blk_pm_add_request() and blk_pm_put_request()

Move the pm_request_resume() and pm_runtime_mark_last_busy() calls into
two new functions and thereby separate legacy block layer code from code
that works for both the legacy block layer and blk-mq. A later patch will
add calls to the new functions in the blk-mq code.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: Jianchao Wang <jianchao.w.wang@oracle.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-pm.h
block/elevator.c