mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: Incremental fs: fix up the build for 5.15-rc1
In commitedb0872f44("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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user