On Tue, May 12, 2020 at 11:23:27PM -0700, Scott Branden wrote:I found drivers/base/firmware_loader calls kernel_read_file_from_path_initns so EXPORT_SYMBOL_GPL can stay there.
Hi Luis,Probably, yes.
A few comments inline before I cleanup.
We do not export symbols when there are no in-kernel users.
Note: Existing kernel_read_file_from_path_initns is not used in the kernel.
Should we delete that as well?
thanks,
greg k-h