aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 6f95c3300cbb..49d0b6f732f2 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -147,6 +147,7 @@ struct dentry_operations {
147 struct vfsmount *(*d_automount)(struct path *); 147 struct vfsmount *(*d_automount)(struct path *);
148 int (*d_manage)(const struct path *, bool); 148 int (*d_manage)(const struct path *, bool);
149 struct dentry *(*d_real)(struct dentry *, const struct inode *); 149 struct dentry *(*d_real)(struct dentry *, const struct inode *);
150 void (*d_canonical_path)(const struct path *, struct path *);
150} ____cacheline_aligned; 151} ____cacheline_aligned;
151 152
152/* 153/*