Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7deeed13 authored by Benjamin Gilbert's avatar Benjamin Gilbert Committed by Jens Axboe
Browse files

[TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK



blk_congestion_wait() doesn't exist anymore, but there's still a stub
in blkdev.h for the !CONFIG_BLOCK case.  Kill it.

Signed-off-by: default avatarBenjamin Gilbert <bgilbert@cs.cmu.edu>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 71780f59
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -868,11 +868,6 @@ void kblockd_flush_work(struct work_struct *work);
 */
#define buffer_heads_over_limit 0

static inline long blk_congestion_wait(int rw, long timeout)
{
	return io_schedule_timeout(timeout);
}

static inline long nr_blockdev_pages(void)
{
	return 0;