X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fhfsplus_fs.h;h=a3f03b24746376ddfcb8bac254613334ae4747b9;hb=fe64f3283fb315e3d8f2b78785a86904a852ca82;hp=47e009666abdebb39ea2e7b4511ee0d4d875f24b;hpb=0cbbc422d56668528f6efd1234fe908010284082;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 47e0096..a3f03b2 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h @@ -520,8 +520,7 @@ int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, int max_unistr_len, const char *astr, int len); int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str); -int hfsplus_compare_dentry(const struct dentry *parent, - const struct dentry *dentry, unsigned int len, +int hfsplus_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name); /* wrapper.c */