From c3d61b03ade984b9f69965964437ae8d8c04bcd5 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Fri, 30 Oct 2020 12:22:57 +0000 Subject: [PATCH] ANDROID: Drop trivial out of tree difference ... introduced during the 5.10-rc1 merge. Fixes: 76bfcb2dc2f3 ("ANDROID: sync generic casefolding code with patches going upstream") Signed-off-by: Matthias Maennich Change-Id: I753a8133fe4da4c8af955d5c070b6ebf6ac0be4f --- include/linux/fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 3c996f10908e..3aad5bbf88f7 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -3199,7 +3199,6 @@ extern int generic_ci_d_hash(const struct dentry *dentry, struct qstr *str); extern int generic_ci_d_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name); #endif - extern void generic_set_encrypted_ci_d_ops(struct inode *dir, struct dentry *dentry);