author: Linus Torvalds <torvalds@linux-foundation.org> 2016-08-07 10:01:14 -0400
committer: Linus Torvalds <torvalds@linux-foundation.org> 2016-08-07 10:01:14 -0400
commit: fe64f3283fb315e3d8f2b78785a86904a852ca82
parent: 0cbbc422d56668528f6efd1234fe908010284082
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h
index e799ebe71b51..16f5172ee40d 100644
--- a/fs/hfs/hfs_fs.h
+++ b/fs/hfs/hfs_fs.h
@@ -233,7 +233,7 @@ extern const struct dentry_operations hfs_dentry_operations;
extern int hfs_hash_dentry(const struct dentry *, struct qstr *);
extern int hfs_strcmp(const unsigned char *, unsigned int,
const unsigned char *, unsigned int);
-extern int hfs_compare_dentry(const struct dentry *parent, const struct dentry *dentry,
+extern int hfs_compare_dentry(const struct dentry *dentry,
unsigned int len, const char *str, const struct qstr *name);
/* trans.c */