From e446554f630581e220d9dbdc72e0239da4ff061d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Sep 2021 13:49:19 +0200 Subject: [PATCH] ANDROID: Incremental fs: fix up the build for 5.15-rc1 In commit edb0872f44ec ("block: move the bdi from the request_queue to the gendisk"), the backing device info moved .h files which breaks the building of incfs. Fix this up like was done for fat, just include the correct .h file. Fixes: edb0872f44ec ("block: move the bdi from the request_queue to the gendisk") CC: Paul Lawrence Signed-off-by: Greg Kroah-Hartman Change-Id: Iccc990b1b01af4580192921410b915b91dc6a155 --- fs/incfs/vfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/incfs/vfs.c b/fs/incfs/vfs.c index 2d79ea849575..4d100b64e6e1 100644 --- a/fs/incfs/vfs.c +++ b/fs/incfs/vfs.c @@ -15,6 +15,7 @@ #include #include #include +#include #include