Re: 2.6.0-test4-mm2
From: Andrew Morton <hidden>
Date: 2003-08-28 15:59:31
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2003-08-28 15:59:31
Also in:
lkml
Luiz Capitulino [off-list ref] wrote:
when using the hdparm program, thus: # hdparm /dev/hda I'm getting this: Oops: 0000 [#1]
This should fix it.
--- 25/include/linux/genhd.h~large-dev_t-12-fix 2003-08-27 10:36:32.000000000 -0700
+++ 25-akpm/include/linux/genhd.h 2003-08-27 10:36:32.000000000 -0700@@ -197,7 +197,7 @@ extern void rand_initialize_disk(struct static inline sector_t get_start_sect(struct block_device *bdev) { - return bdev->bd_part->start_sect; + return bdev->bd_contains == bdev ? 0 : bdev->bd_part->start_sect; } static inline sector_t get_capacity(struct gendisk *disk) {
_ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>