mirror of https://github.com/OpenIPC/firmware.git
12 lines
417 B
Diff
12 lines
417 B
Diff
diff -drupN a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h
|
|
--- a/include/uapi/linux/fuse.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/include/uapi/linux/fuse.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -375,6 +375,7 @@ enum fuse_opcode {
|
|
FUSE_READDIRPLUS = 44,
|
|
FUSE_RENAME2 = 45,
|
|
FUSE_LSEEK = 46,
|
|
+ FUSE_CANONICAL_PATH= 2016,
|
|
|
|
/* CUSE specific operations */
|
|
CUSE_INIT = 4096,
|