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

From: Pete Zaitcev (zaitcev@redhat.com)
Date: Thu Jan 31 2002 - 12:41:07 EST


> - 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/



This archive was generated by hypermail 2b29 : Thu Jan 31 2002 - 21:01:36 EST