On Tue, Mar 15, 2011 at 8:10 AM, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > Also, it's quite possible that we should raise the value of > MAX_OSF_PARTITIONS. If I checked it right, the d_partitions[] array > starts at byte offset 148 in the sector, and it's 16 bytes in size, so > there _could_ be up to 22 partitions there. Actually, I think it's byte offset 148 in the structure, but the structure is at offset 64 in the partition sector, so I think that leaves room for just 18 partitions in one 512-byte sector. Of course, we do end up reading a whole page, so historically we've been able to see even more when the sector is aligned right (and it is, it's the first sector). So by mistake we could have accepted many more partitions and it just "worked" because we never actually checked any limits. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html