On Wed, Apr 23, 2008 at 03:35:17AM -0400, Christoph Hellwig wrote: > No thanks. Just add a generic_fiemap which takes a get_block paramter > ala > > static int > ext2_fiemap(struct inode *inode, ...) > { > return generic_fiemap(inode, ...., ext2_get_block); > } > > To keep the abstractions clear. That's how we do it for all other > get_block users already. > Ahh ok that sounds good, thanks much, Josef -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html