Re: [PATCH 1/2] exfat stopusing CONFIG_FAT_DEFAULT_IOCHARSET

From: Greg Kroah-Hartman
Date: Fri Sep 06 2019 - 12:19:02 EST


On Fri, Sep 06, 2019 at 05:09:04PM +0200, Arnd Bergmann wrote:
> When CONFIG_VFAT_FS is disabled, the reference to CONFIG_FAT_DEFAULT_IOCHARSET
> causes a link failure:
>
> drivers/staging/exfat/exfat_super.c:46:41: error: use of undeclared identifier 'CONFIG_FAT_DEFAULT_IOCHARSET'
> static char exfat_default_iocharset[] = CONFIG_FAT_DEFAULT_IOCHARSET;
>
> I could not figure out why the correct code is commented
> out, but using that fixes the problem.

For some reason I was getting a build error without that, I added those
commented out lines. Odd. Oh well, thanks for fixing this :)

greg k-h