block: elevator: fix missing header

We this to access task_is_booster().

ld.lld: error: undefined symbol: task_is_booster
>>> referenced by elevator.c:774 (../block/elevator.c:774)
>>>               vmlinux.o:(elv_iosched_store)
>>> did you mean: task_is_booster
>>> defined in: vmlinux.o

Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
Nahuel Gómez 2024-11-09 23:53:05 -03:00 committed by Ksawlii
parent 58a2720a2c
commit f351f687ab

View file

@ -37,6 +37,7 @@
#include <linux/uaccess.h>
#include <linux/pm_runtime.h>
#include <linux/blk-cgroup.h>
#include <linux/binfmts.h>
#include <trace/events/block.h>