Revert "ANDROID: vfs: fix export symbol type"

This reverts commit 171b4c309c as sdcardfs
is no longer part of the kernel tree.

Bug: 157700134
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia049e7149bf31d3fbc73bfdc1549dab780288963
This commit is contained in:
Greg Kroah-Hartman 2020-06-27 15:12:17 +02:00
parent 633920f372
commit 7df4205183

View file

@ -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)
{