patch-2.3.46 linux/fs/partitions/ultrix.c

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

diff -u --recursive --new-file v2.3.45/linux/fs/partitions/ultrix.c linux/fs/partitions/ultrix.c
@@ -35,7 +35,7 @@
 
 	bh = bread (dev, SBLOCK, get_ptable_blocksize(dev));
 	if (!bh) {
-		printk (" unable to read block 0x%lx\n", SBLOCK);
+		if (warn_no_part) printk (" unable to read block 0x%lx\n", SBLOCK);
 		return -1;
 	}
 	

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