Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 14:16:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 14:16:35 -0400 Received: from h68-147-110-38.cg.shawcable.net ([68.147.110.38]:58620 "EHLO webber.adilger.int") by vger.kernel.org with ESMTP id ; Tue, 15 Oct 2002 14:16:03 -0400 From: Andreas Dilger Date: Tue, 15 Oct 2002 12:19:28 -0600 To: Joe Thornber Cc: Linux Mailing List , Linus Torvalds , Dave Jones Subject: Re: [PATCH] Device-mapper submission 4/7 Message-ID: <20021015181928.GH15552@clusterfs.com> Mail-Followup-To: Joe Thornber , Linux Mailing List , Linus Torvalds , Dave Jones References: <20021015174624.GD27753@fib011235813.fsnet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015174624.GD27753@fib011235813.fsnet.co.uk> User-Agent: Mutt/1.4i X-GPG-Key: 1024D/0D35BED6 X-GPG-Fingerprint: 7A37 5D79 BF1B CECA D44F 8A29 A488 39F5 0D35 BED6 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 737 Lines: 24 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/