X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fefivarfs%2Fsuper.c;h=688ccc16b702d41c323630cc7897fff00aa17ae2;hb=7b5f2bd74cb97917f819e52b1e3d4724c9c18974;hp=a5e607e8f056dc7c1cac815573c01d6a2601caf1;hpb=27acbec338113a75b9d72aeb53149a3538031dda;p=mirror_ubuntu-zesty-kernel.git diff --git a/fs/efivarfs/super.c b/fs/efivarfs/super.c index a5e607e8f056..688ccc16b702 100644 --- a/fs/efivarfs/super.c +++ b/fs/efivarfs/super.c @@ -45,8 +45,7 @@ static struct super_block *efivarfs_sb; * So we need to perform a case-sensitive match on part 1 and a * case-insensitive match on part 2. */ -static int efivarfs_d_compare(const struct dentry *parent, - const struct dentry *dentry, +static int efivarfs_d_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) {