Re: [PATCH v9 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile

From: Namjae Jeon
Date: Thu Jan 02 2020 - 08:07:24 EST


>> index 98be354fdb61..2c7ea7e0a95b 100644
>> --- a/fs/Makefile
>> +++ b/fs/Makefile
>> @@ -83,6 +83,7 @@ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
>> obj-$(CONFIG_CODA_FS) += coda/
>> obj-$(CONFIG_MINIX_FS) += minix/
>> obj-$(CONFIG_FAT_FS) += fat/
>> +obj-$(CONFIG_EXFAT) += exfat/
>> obj-$(CONFIG_BFS_FS) += bfs/
>> obj-$(CONFIG_ISO9660_FS) += isofs/
>> obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+
>
> Seems that all filesystems have _FS suffix in their config names. So
> should not have exfat config also same convention? CONFIG_EXFAT_FS?
Yeah, I know, However, That name conflicts with staging/exfat.
So I subtracted _FS suffix.
>
> --
> Pali RohÃr
> pali.rohar@xxxxxxxxx
>