ANDROID: Incremental fs: fix up the build for 5.15-rc1

In commit edb0872f44 ("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: edb0872f44 ("block: move the bdi from the request_queue to the gendisk")
CC: Paul Lawrence <paullawrence@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iccc990b1b01af4580192921410b915b91dc6a155
This commit is contained in:
Greg Kroah-Hartman
2021-09-06 13:49:19 +02:00
parent d8cb93f7eb
commit e446554f63

View File

@@ -15,6 +15,7 @@
#include <linux/pagemap.h>
#include <linux/parser.h>
#include <linux/seq_file.h>
#include <linux/backing-dev-defs.h>
#include <uapi/linux/incrementalfs.h>