On Sun, 20 Aug 2000, Meelis Roos wrote:
> TTo> * If all the ISO NLS's are modules, there can be an undefined ref to
> TTo> CONFIG_NLS_DEFAULT in inode.c (Dale Amon)
>
> Somebody please recheck Config in about NLS. ISOFS has different condition than
> other FS'es IIRC (noticed it in test7-pre5 smb nls support patch).
You mean the "$CONFIG_JOLIET" = "y" ?
The only users of CONFIG_NLS_DEFAULT in 2.4 that I can find are fat and
smbfs. The condition for enabling nls is:
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
-o "$CONFIG_SMB_FS" != "n" ]; then
If you enable nls you also get a CONFIG_NLS_DEFAULT.
I didn't see the original message so maybe I'm misinterpreting the
summary or not understanding the problem.
If you do not run 'make oldconfig' this value may be missing. I don't
understand why having them compiled as modules would make any difference,
if you have enabled nls then you should also have the default value.
isofs is for some reason not using CONFIG_NLS_DEFAULT in 2.4, but I think
it is in 2.2. It's use would be wrapped in #ifdef CONFIG_JOLIET.
/Urban
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: Updated Linux 2.4 issues pagetytso _at_ mit.edu
- Re: Updated Linux 2.4 issues pageMeelis Roos <mroos _at_ linux.ee>
- Prev by Date: Re: Binary files in the kernel sources?
- Next by Date: Re: Out of memory?
- Prev by thread: Re: Updated Linux 2.4 issues page
- Next by thread: Re: Updated Linux 2.4 issues page
- Indexes:[Main][Thread]