OSDN Git Service

bfq: bfq_check_waker() should be static
authorJens Axboe <axboe@kernel.dk>
Tue, 26 Jan 2021 04:15:01 +0000 (21:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Jan 2021 04:15:01 +0000 (21:15 -0700)
commita5bf0a92e1b8282c93018383b2526ca59602dd08
treed976e2162eb431d38d5fb32849cf49cc552c099d
parent71217df39dc67a0aeed83352b0d712b7892036a2
bfq: bfq_check_waker() should be static

It's only used in the same file, mark is appropriately static.

Fixes: 71217df39dc6 ("block, bfq: make waker-queue detection more robust")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c