Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 5532fa9

Browse files
committed
ANDROID: INCFS: fix build error due to upstream changes
Commit 5970e15 ("filelock: move file locking definitions to separate header file") moved some functions out to filelock.h which broke the incfs code. Fix this up by providing the correct header file. Fixes: 5970e15 ("filelock: move file locking definitions to separate header file") Change-Id: Ibd5d74d61f3164395545e2f6a1af03cf4cec8ea6 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
1 parent 3a14f7b commit 5532fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/incfs/pseudo_files.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/poll.h>
1111
#include <linux/syscalls.h>
1212
#include <linux/fdtable.h>
13+
#include <linux/filelock.h>
1314

1415
#include <uapi/linux/incrementalfs.h>
1516

0 commit comments

Comments
 (0)