patch-2.4.0-test10 linux/fs/partitions/check.c

Next file: linux/fs/pipe.c
Previous file: linux/fs/partitions/atari.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/fs/partitions/check.c linux/fs/partitions/check.c
@@ -338,8 +338,8 @@
 	devfs_handle_t dir, slave;
 	unsigned int devfs_flags = DEVFS_FL_DEFAULT;
 	char dirname[64], symlink[16];
-	static unsigned int disc_counter = 0;
-	static devfs_handle_t devfs_handle = NULL;
+	static unsigned int disc_counter;
+	static devfs_handle_t devfs_handle;
 
 	if (dev->part[minor].de) return;
 	if ( dev->flags && (dev->flags[devnum] & GENHD_FL_REMOVABLE) )

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