Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264362AbTGBS36 (ORCPT ); Wed, 2 Jul 2003 14:29:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264368AbTGBS35 (ORCPT ); Wed, 2 Jul 2003 14:29:57 -0400 Received: from hera.cwi.nl ([192.16.191.8]:31113 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id S264362AbTGBS34 (ORCPT ); Wed, 2 Jul 2003 14:29:56 -0400 From: Andries.Brouwer@cwi.nl Date: Wed, 2 Jul 2003 20:44:18 +0200 (MEST) Message-Id: To: Andries.Brouwer@cwi.nl, akpm@digeo.com Subject: Re: [PATCH] cryptoloop Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 578 Lines: 16 akpm: > You'll note that loop.c goes from (page/offset/len) to (addr/len), > and this transfer function then immediately goes from (addr,len) > to (page/offset/len). That's rather silly .. Changing that would kill all existing modules that use the loop device. Maybe nobody cares. Then we can do so in a subsequent patch. Andries - 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/