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. -- 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