patch-2.4.0-test10 linux/fs/nls/nls_base.c

Next file: linux/fs/nls/nls_big5.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/fs/nls/nls_base.c linux/fs/nls/nls_base.c
@@ -20,7 +20,7 @@
 #endif
 #include <linux/spinlock.h>
 
-static struct nls_table *tables = (struct nls_table *) NULL;
+static struct nls_table *tables;
 static spinlock_t nls_lock = SPIN_LOCK_UNLOCKED;
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)