patch-2.3.46 linux/fs/partitions/atari.c
Next file: linux/fs/partitions/check.c
Previous file: linux/fs/partitions/amiga.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/atari.c
-  Orig date: 
Tue Sep  7 12:14:07 1999
diff -u --recursive --new-file v2.3.45/linux/fs/partitions/atari.c linux/fs/partitions/atari.c
@@ -48,7 +48,7 @@
 
   bh = bread (dev, 0, get_ptable_blocksize(dev));
   if (!bh) {
-      printk (" unable to read block 0 (partition table)\n");
+      if (warn_no_part) printk (" unable to read block 0 (partition table)\n");
       return -1;
   }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)