diff options
| author | Daniel Rosenberg <drosen@google.com> | 2016-04-22 00:00:14 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:50 +0200 |
| commit | 5cd9446c405f045b5a70ab11c73c4918c9e4eaef (patch) | |
| tree | 9d79ed3133ff315751fa39c002bf343af61c8e3b /include/linux/dcache.h | |
| parent | 9d6b81b791dfc870f45e64fa2526e92f8a0db03c (diff) | |
vfs: change d_canonical_path to take two paths
bug: 23904372
Change-Id: I4a686d64b6de37decf60019be1718e1d820193e6
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 00eaec48c..7bd16b926 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -158,7 +158,7 @@ struct dentry_operations { char *(*d_dname)(struct dentry *, char *, int); struct vfsmount *(*d_automount)(struct path *); int (*d_manage)(struct dentry *, bool); - void (*d_canonical_path)(const struct dentry *, struct path *); + void (*d_canonical_path)(const struct path *, struct path *); } ____cacheline_aligned; /* |
