patch-2.3.48 linux/fs/partitions/msdos.c
Next file: linux/fs/pipe.c
Previous file: linux/fs/partitions/check.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Feb 26 20:32:15 2000
- Orig file:
v2.3.47/linux/fs/partitions/msdos.c
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.3.47/linux/fs/partitions/msdos.c linux/fs/partitions/msdos.c
@@ -351,7 +351,7 @@
int tested_for_xlate = 0;
read_mbr:
-#endif
+#endif /* CONFIG_BLK_DEV_IDE */
if (!(bh = bread(dev,0,get_ptable_blocksize(dev)))) {
if (warn_no_part) printk(" unable to read partition table\n");
return -1;
@@ -359,7 +359,7 @@
data = bh->b_data;
#ifdef CONFIG_BLK_DEV_IDE
check_table:
-#endif
+#endif /* CONFIG_BLK_DEV_IDE */
/* Use bforget(), because we may have changed the disk geometry */
if (*(unsigned short *) (0x1fe + data) != cpu_to_le16(MSDOS_LABEL_MAGIC)) {
bforget(bh);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)