]> asedeno.scripts.mit.edu Git - linux.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)
commit154b00d566e221152514ba8259f38b21571081ef
treea345b1b1a6ec827fdbe0930269f4a8126205939a
parentcd84a62e0078dce09f4ed349bec84f86c9d54b30
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