Re: [PATCH] fs/partitions/ibm.c compile fixes

Pete Zaitcev (zaitcev@redhat.com)
Thu, 31 Jan 2002 12:41:07 -0500


> - if (ioctl_by_bdev(bdev, HDIO_GETGEO, (unsigned long)geo);
> + if (ioctl_by_bdev(bdev, HDIO_GETGEO, (unsigned long)geo))
> @@ -131,7 +131,7 @@
> - data = read_dev_sector(bdev, inode->label_block*blocksize, &sect);
> + data = read_dev_sector(bdev, info->label_block*blocksize, &sect);

I did that too, but 2.4.17 does not boot for me on a 31-bit VM.
It's probably not bootable in nature. I wish IBM people updated
actual kernels instead of posting pachsets on developerwoks
website.

-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/