ANDROID: fs/fuse: Missing header for passthrough

Building the kernel with qcom_defconfig fails as linux/file.h doesn't
seems to be indirectly inherited anymore.
Fix by including the header explicitly.

Fixes: 9ea958368e ("FROMLIST: fuse: Passthrough initialization and release")
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I3f460d84fe79166f318cf4efd8a386653a25d3a7
This commit is contained in:
Alessio Balsini
2021-12-13 23:44:27 +00:00
parent 544330b7a3
commit b36eaed571

View File

@@ -2,6 +2,7 @@
#include "fuse_i.h"
#include <linux/file.h>
#include <linux/fuse.h>
#include <linux/idr.h>
#include <linux/uio.h>