From: Amit Pundir Date: Mon, 6 Feb 2017 17:58:01 +0000 (+0530) Subject: ANDROID: security: export security_path_chown() X-Git-Tag: firefly_0821_release~176^2~5^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=142b360dc96cb1ca64479cdd0000e9d8b80a864e;p=firefly-linux-kernel-4.4.55.git ANDROID: security: export security_path_chown() Export security_path_chown() to fix sdcardfs kernel module build Signed-off-by: Amit Pundir --- diff --git a/security/security.c b/security/security.c index 46f405ce6b0f..ae05ab153c5a 100644 --- a/security/security.c +++ b/security/security.c @@ -498,6 +498,7 @@ int security_path_chown(struct path *path, kuid_t uid, kgid_t gid) return 0; return call_int_hook(path_chown, 0, path, uid, gid); } +EXPORT_SYMBOL(security_path_chown); int security_path_chroot(struct path *path) {