get rid of 'parent' argument of ->d_compare()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cette révision appartient à :
Al Viro
2016-07-31 16:37:25 -04:00
Parent d3fe19852e
révision 6fa67e7075
22 fichiers modifiés avec 40 ajouts et 38 suppressions

Voir le fichier

@@ -903,7 +903,7 @@ static int cifs_ci_hash(const struct dentry *dentry, struct qstr *q)
return 0;
}
static int cifs_ci_compare(const struct dentry *parent, const struct dentry *dentry,
static int cifs_ci_compare(const struct dentry *dentry,
unsigned int len, const char *str, const struct qstr *name)
{
struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;