aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/dentry.c')
-rw-r--r--fs/gfs2/dentry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/dentry.c b/fs/gfs2/dentry.c
index e80fea2f65f..50497f65763 100644
--- a/fs/gfs2/dentry.c
+++ b/fs/gfs2/dentry.c
@@ -100,7 +100,8 @@ fail:
100 return 0; 100 return 0;
101} 101}
102 102
103static int gfs2_dhash(struct dentry *dentry, struct qstr *str) 103static int gfs2_dhash(const struct dentry *dentry, const struct inode *inode,
104 struct qstr *str)
104{ 105{
105 str->hash = gfs2_disk_hash(str->name, str->len); 106 str->hash = gfs2_disk_hash(str->name, str->len);
106 return 0; 107 return 0;