lkml.org 
[lkml]   [2000]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Updated Linux 2.4 issues page
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@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:37    [W:0.089 / U:1.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site