From 8624512aa908741ba2795200133eae0d7f4557ea Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 2 Mar 2000 02:36:47 +0000 Subject: Merge with 2.3.48. --- fs/partitions/msdos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fs/partitions/msdos.c') diff --git a/fs/partitions/msdos.c b/fs/partitions/msdos.c index 904b6b0ed..2f315ccd9 100644 --- a/fs/partitions/msdos.c +++ b/fs/partitions/msdos.c @@ -351,7 +351,7 @@ int msdos_partition(struct gendisk *hd, kdev_t dev, 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 @@ read_mbr: 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); -- cgit v1.2.3