gcc version 2.95.4 20011223 (Debian prerelease)
i didn't check the exact amount. i dont know where the 420 bytes comes from?
but (as Mike Galbraith pointed out) a lv_t contains:
sector_t blocks[LVM_MAX_SECTORS];
with:
#define LVM_MAX_ATOMIC_IO 512
#define LVM_MAX_SECTORS (LVM_MAX_ATOMIC_IO * 2)
and
typedef unsigned long sector_t;
unsigned long beeing 4bytes => the blocks-member of lv_t should then be 4096
by it self...
--//anders/g
- 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/