mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
1fead62f11c9b47dcdb8dff2bb47c78df21a9875
Android Common Kernel (ACK) places restrictions on the use of symbols like close_fd, kernel_write, filp_open, etc, exported by the fs subsystem. These symbols have to be explicitly imported using MODULE_IMPORT_NS to avoid build errors. Eventually, synbol usage needs to be deprecated. Bug 3974840 Change-Id: Iea8518162c97062b205e80bf4b81c35c873b7729 Signed-off-by: Jian-Min Liu <jianminl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2915728 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
Description
No description provided