From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 10/17] BLOCK: Move the loop device ioctl compat stuff to the loop driver [try #2] Date: Fri, 25 Aug 2006 12:01:56 +0100 Message-ID: <13649.1156503716@warthog.cambridge.redhat.com> References: <200608251217.24543.arnd@arndb.de> <200608250023.13204.arnd@arndb.de> <20060824213316.21323.54434.stgit@warthog.cambridge.redhat.com> <15287.1156498053@warthog.cambridge.redhat.com> Cc: David Howells , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from mx1.redhat.com ([66.187.233.31]:38316 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S964879AbWHYLCE (ORCPT ); Fri, 25 Aug 2006 07:02:04 -0400 In-Reply-To: <200608251217.24543.arnd@arndb.de> To: Arnd Bergmann Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Arnd Bergmann wrote: > My idea was to do the copy_from_user in loop_set_status_compat instead > of loop_info64_from_compat, but your solution should be completely > equivalent. This way will have used less stack when it gets to the main part of the loop driver. David