On Fri, Oct 02, 2009 at 11:32:42AM -0500, Eric Sandeen wrote: > Handle automatic selection of stride/stripe: > > # misc/mke2fs /dev/md0 mke2fs 1.41.9 (22-Aug-2009) > Filesystem label= > OS type: Linux > Block size=4096 (log=2) > Fragment size=4096 (log=2) > Stride=16 blocks, Stripe width=32 blocks > ... > > And warn on block device misalignment: > > # misc/mke2fs /dev/sdc1 mke2fs 1.41.9 (22-Aug-2009) > /dev/sdc1 alignment is offset by 32256 bytes. > This may result in very poor performance, (re)-partitioning suggested. > Proceed anyway? (y,n) > > V2: > Add blkid_free_probe() per kzak > Add alignment check and warning message for misalignment > > V3: use new blkid_new_probe_from_filename to drop some LOC > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Thanks, applied to the maint branch. I added (in the previous commit) a fairly simple fix to the build system to make sure that we use the system-provided header files for blkid or uuid if we are using the system-provided blkid or uuid libraries. I've tested most of the combinations except for with the latest bleeding edge blkidv2 libraries --- can you double check to make it works in that case. >From what I can tell, it should. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html