We have many many patterns like: int blocksize, sectorsize; cvtnum_init(&blocksize, §orsize); cvtnum(blocksize, sectorsize, arg); where cvtnum_init simply copies filesystem geometry into those 2 local vars. Instead, I propose a new wrapper, io_cvtnum(arg) which just looks to the global file->geom to get these values. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html