X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fhfs%2Fstring.c;h=3912209153a8425fd9a49f779af666cd73ef00c5;hb=1e90a13d0c3dc94512af1ccb2b6563e8297838fa;hp=ec9f164c35a585478b97864d3dad94c3596ad9bc;hpb=62e6e9bab3014e3931ffbc82de7a9d2fd94cb8cd;p=cascardo%2Flinux.git diff --git a/fs/hfs/string.c b/fs/hfs/string.c index ec9f164c35a5..3912209153a8 100644 --- a/fs/hfs/string.c +++ b/fs/hfs/string.c @@ -92,7 +92,7 @@ int hfs_strcmp(const unsigned char *s1, unsigned int len1, * Test for equality of two strings in the HFS filename character ordering. * return 1 on failure and 0 on success */ -int hfs_compare_dentry(const struct dentry *parent, const struct dentry *dentry, +int hfs_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) { const unsigned char *n1, *n2;