From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Phillips Subject: Dumb question Date: Mon, 11 Apr 2005 15:01:40 -0400 Message-ID: <200504111501.40423.phillips@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids Hi guys, Here is a dumb question: Why does dmsetup use (start, length) for each target line instead of just (length)? Is it useful to leave some parts of a virtual device unmapped, and if so, why not require them to be mapped explicitly to zero or error? Regards, Daniel