lkml.org 
[lkml]   [1999]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fix for CONFIG_NCPFS_NLS
Date
Hi,
The CONFIG_NCPFS_NLS is not properly set in some cases. Problem appears
(in both: 2.2.10 and 2.3.6) when:
- CONFIG_NCPFS_NLS is defined in old .config
- there's no filesystem needing CONFIG_NLS defined (fat/iso/ntfs)
- for some reason fs/ncpfs/Config.in is not processed
(CONFIG_NCP_FS set to "n" or CONFIG_IPX & CONFIG_INET are both set to "n"
or CONFIG_NET is set to "n")
Then CONFIG_NCPFS_NLS is not redefined during current config procedure
and one have to ask to many NLS related questions which have no effect.
The patch against 2.3.6 follows.
Andrzej

***********************************************************************
--- fs/Config.in Fri Jun 11 14:35:32 1999
+++ fs/Config.in Wed Jun 16 18:57:01 1999
@@ -98,10 +98,17 @@
tristate 'NCP filesystem support (to mount NetWare volumes)' CONFIG_NCP_FS
if [ "$CONFIG_NCP_FS" != "n" ]; then
source fs/ncpfs/Config.in
+ else
+ define_bool CONFIG_NCPFS_NLS n
fi
+else
+ define_bool CONFIG_NCPFS_NLS n
fi

endmenu
+
+else
+ define_bool CONFIG_NCPFS_NLS n
fi

mainmenu_option next_comment
***********************************************************************
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
tel. (0-58) 347 14 61
Wydz.Fizyki Technicznej i Matematyki Stosowanej Politechniki Gdanskiej
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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