block: Remove unused blk_pm_*() function definitions
authorBart Van Assche <bvanassche@acm.org>
Mon, 22 Feb 2021 02:28:05 +0000 (18:28 -0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Feb 2021 13:33:48 +0000 (06:33 -0700)
commit9fb407179c6fd910005040bebb040094ef959b6c
tree528e01ade4126faf057546ca927403b2d8fafc31
parent31caf8b2a847214be856f843e251fc2ed2cd1075
block: Remove unused blk_pm_*() function definitions

Commit a1ce35fa4985 ("block: remove dead elevator code") removed the last
callers of blk_pm_requeue_request(), blk_pm_add_request() and
blk_pm_put_request(). Hence remove the definitions of these functions.
Removing these functions removes all users of the struct request nr_pending
member. Hence also remove 'nr_pending'. Note: 'nr_pending' is no longer
used since commit 7cedffec8e75 ("block: Make blk_get_request() block for
non-PM requests while suspended").

Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-pm.h
include/linux/blkdev.h