From 7df420518366450f8f4c8739ca94da4a58567cc4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 27 Jun 2020 15:12:17 +0200 Subject: [PATCH] Revert "ANDROID: vfs: fix export symbol type" This reverts commit 171b4c309c81eadebbe0e9cdb475135588016698 as sdcardfs is no longer part of the kernel tree. Bug: 157700134 Signed-off-by: Greg Kroah-Hartman Change-Id: Ia049e7149bf31d3fbc73bfdc1549dab780288963 --- fs/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/attr.c b/fs/attr.c index 3a2773cc2acc..e55ed6e817d3 100644 --- a/fs/attr.c +++ b/fs/attr.c @@ -345,7 +345,7 @@ int notify_change2(struct vfsmount *mnt, struct dentry * dentry, struct iattr * return error; } -EXPORT_SYMBOL_GPL(notify_change2); +EXPORT_SYMBOL(notify_change2); int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) {