Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e6823cb authored by Amit Pundir's avatar Amit Pundir
Browse files

ANDROID: sdcardfs: get rid of 'parent' argument of ->d_compare()



->d_compare() doesn't get parent as a separate argument anymore
according to upstream commit 6fa67e70 ("get rid of 'parent'
argument of ->d_compare()").

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 4790c48f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -147,8 +147,7 @@ static int sdcardfs_hash_ci(const struct dentry *dentry,
/*
 * Case insensitive compare of two vfat names.
 */
static int sdcardfs_cmp_ci(const struct dentry *parent,
		const struct dentry *dentry,
static int sdcardfs_cmp_ci(const struct dentry *dentry,
		unsigned int len, const char *str, const struct qstr *name)
{
	/* This function is copy of vfat_cmpi */