patch-2.3.99-pre8 linux/fs/super.c
Next file: linux/include/asm-arm/arch-sa1100/time.h
Previous file: linux/fs/proc/proc_misc.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri May 12 11:21:20 2000
-  Orig file: 
v2.3.99-pre7/linux/fs/super.c
-  Orig date: 
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/fs/super.c linux/fs/super.c
@@ -59,7 +59,7 @@
 /* this is initialized in init/main.c */
 kdev_t ROOT_DEV;
 
-int nr_super_blocks = 0;
+int nr_super_blocks;
 int max_super_blocks = NR_SUPER;
 LIST_HEAD(super_blocks);
 
@@ -684,7 +684,7 @@
  * filesystems which don't use real block-devices.  -- jrs
  */
 
-static unsigned int unnamed_dev_in_use[256/(8*sizeof(unsigned int))] = { 0, };
+static unsigned int unnamed_dev_in_use[256/(8*sizeof(unsigned int))];
 
 kdev_t get_unnamed_dev(void)
 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)