Re: 2.5.41-mm3

From: Anton Blanchard (anton@samba.org)
Date: Fri Oct 11 2002 - 06:40:33 EST


Hi,

> Compile failure:
>
> gcc -Wp,-MD,fs/smbfs/.inode.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> -fomit-frame-pointer -nostdinc -iwithprefix include -DSMBFS_PARANOIA
> -DKBUILD_BASENAME=inode -c -o fs/smbfs/inode.o fs/smbfs/inode.c
> fs/smbfs/inode.c: In function `smb_show_options':
> fs/smbfs/inode.c:436: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)
> fs/smbfs/inode.c:436: (Each undeclared identifier is reported only once
> fs/smbfs/inode.c:436: for each function it appears in.)
> fs/smbfs/inode.c: In function `smb_fill_super':
> fs/smbfs/inode.c:536: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)

There is a space missing in fs/nls/Config.in:

===== fs/nls/Config.in 1.7 vs edited =====
--- 1.7/fs/nls/Config.in Fri Oct 11 05:16:07 2002
+++ edited/fs/nls/Config.in Fri Oct 11 10:25:51 2002
@@ -12,7 +12,7 @@
 # msdos and Joliet want NLS
 if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
         -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
- -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n"]; then
+ -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n" ]; then
   define_bool CONFIG_NLS y
 else
   define_bool CONFIG_NLS n
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:41 EST