aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 75a072bf2a34..1149e706f04d 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -133,7 +133,8 @@ enum dentry_d_lock_class
133 133
134struct dentry_operations { 134struct dentry_operations {
135 int (*d_revalidate)(struct dentry *, struct nameidata *); 135 int (*d_revalidate)(struct dentry *, struct nameidata *);
136 int (*d_hash)(struct dentry *, struct qstr *); 136 int (*d_hash)(const struct dentry *, const struct inode *,
137 struct qstr *);
137 int (*d_compare)(const struct dentry *, const struct inode *, 138 int (*d_compare)(const struct dentry *, const struct inode *,
138 const struct dentry *, const struct inode *, 139 const struct dentry *, const struct inode *,
139 unsigned int, const char *, const struct qstr *); 140 unsigned int, const char *, const struct qstr *);