mirror of https://github.com/OpenIPC/firmware.git
12 lines
464 B
Diff
12 lines
464 B
Diff
diff -drupN a/include/linux/dcache.h b/include/linux/dcache.h
|
|
--- a/include/linux/dcache.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/include/linux/dcache.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -142,6 +142,7 @@ struct dentry_operations {
|
|
int (*d_manage)(struct dentry *, bool);
|
|
struct dentry *(*d_real)(struct dentry *, const struct inode *,
|
|
unsigned int);
|
|
+ void (*d_canonical_path)(const struct path *, struct path *);
|
|
} ____cacheline_aligned;
|
|
|
|
/*
|