patch-2.4.6 linux/fs/partitions/check.c
Next file: linux/fs/proc/array.c
Previous file: linux/fs/nls/Config.in
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Tue Jun 12 11:17:17 2001
-  Orig file: 
v2.4.5/linux/fs/partitions/check.c
-  Orig date: 
Wed May 16 14:01:32 2001
diff -u --recursive --new-file v2.4.5/linux/fs/partitions/check.c linux/fs/partitions/check.c
@@ -418,11 +418,10 @@
 		blk_size[dev->major] = NULL;
 
 	dev->part[first_minor].nr_sects = size;
-	/* No Such Agen^Wdevice or no minors to use for partitions */
+	/* No such device or no minors to use for partitions */
 	if (!size || minors == 1)
 		return;
 
-	blk_size[dev->major] = NULL;
 	check_partition(dev, MKDEV(dev->major, first_minor), 1 + first_minor);
 
  	/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)