Re: [PATCH] Device-mapper submission 4/7

Andreas Dilger (adilger@clusterfs.com)
Tue, 15 Oct 2002 12:19:28 -0600


On Oct 15, 2002 18:46 +0100, Joe Thornber wrote:
> [Device-mapper]
> The linear target maps a contigous range of logical sectors onto an
> range of physical sectors.
>
> +struct linear_c {
> + long delta; /* FIXME: we need a signed offset type */
> + long start; /* For display only */
> + struct dm_dev *dev;
> +};

Should those not be sector_t type fields?

Cheers, Andreas

--
Andreas Dilger
http://www-mddsp.enel.ucalgary.ca/People/adilger/
http://sourceforge.net/projects/ext2resize/

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