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

Commit 7df42051 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "ANDROID: vfs: fix export symbol type"



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

Bug: 157700134
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia049e7149bf31d3fbc73bfdc1549dab780288963
parent 633920f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{