|
Prev: jedec_probe: Fix SST 16-bit chip detection
Next: mm: add a ptep_modify_prot transaction abstraction
From: jmerkey on 19 Jun 2008 13:40 Is there a reason why the sys_ind field (The partition ID) is not cached in the hd_struct persistently? I noticed that after the initial check_partition calls through check_part[]() read all this data and only remember the starting sector and size of a given partition. Perhaps I am missing something, and its stored somewhere else, but I have not located it yet. This seems somwhat wasteful since it requires the partition tables and/or partitions to be re-read all the time instead of just remembering what sys_ind was previously set. The argument that it is this way for supporting dynamic rescanning doesn't seem to match up to the way its implemented since you have to rescan anyway in most cases. It makes it somewhat ackward whem you are instrumenting multi-partition storage modules. Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: jedec_probe: Fix SST 16-bit chip detection Next: mm: add a ptep_modify_prot transaction abstraction |