patch-2.3.46 linux/fs/partitions/osf.c
Next file: linux/fs/partitions/sgi.c
Previous file: linux/fs/partitions/msdos.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Feb 16 15:42:06 2000
- Orig file:
v2.3.45/linux/fs/partitions/osf.c
- Orig date:
Thu Aug 12 12:26:06 1999
diff -u --recursive --new-file v2.3.45/linux/fs/partitions/osf.c linux/fs/partitions/osf.c
@@ -57,7 +57,7 @@
struct d_partition * partition;
if (!(bh = bread(dev,0,get_ptable_blocksize(dev)))) {
- printk("unable to read partition table\n");
+ if (warn_no_part) printk("unable to read partition table\n");
return -1;
}
label = (struct disklabel *) (bh->b_data+64);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)