mirror of https://github.com/OpenIPC/firmware.git
14 lines
414 B
Diff
14 lines
414 B
Diff
diff -drupN a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
|
|
--- a/fs/fuse/fuse_i.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/fs/fuse/fuse_i.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -368,6 +368,9 @@ struct fuse_req {
|
|
/** Inode used in the request or NULL */
|
|
struct inode *inode;
|
|
|
|
+ /** Path used for completing d_canonical_path */
|
|
+ struct path *canonical_path;
|
|
+
|
|
/** AIO control block */
|
|
struct fuse_io_priv *io;
|
|
|