From: Kent Overstreet Date: Tue, 12 Sep 2023 22:41:09 +0000 (-0400) Subject: bcachefs: Add a missing prefetch include X-Git-Tag: io_uring-6.7-2023-11-10~119^2~64 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7bba0dc6fc1e18400fe247d6385b1ce8ef566397;p=linux-block.git bcachefs: Add a missing prefetch include Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/fs-io-direct.c b/fs/bcachefs/fs-io-direct.c index 219bc1124477..4c61cb18c366 100644 --- a/fs/bcachefs/fs-io-direct.c +++ b/fs/bcachefs/fs-io-direct.c @@ -12,6 +12,7 @@ #include #include +#include #include /* O_DIRECT reads */