bcachefs: Add a missing prefetch include
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 12 Sep 2023 22:41:09 +0000 (18:41 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:13 +0000 (17:10 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io-direct.c

index 219bc11244778af8b96c014f20250c2778cb04c7..4c61cb18c366ae6aa8a614d6039cd41e9a604ca6 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/kthread.h>
 #include <linux/pagemap.h>
+#include <linux/prefetch.h>
 #include <linux/task_io_accounting_ops.h>
 
 /* O_DIRECT reads */