From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Weisbecker Subject: Re: [PATCH 3/6] autofs/autofs4: move compat_ioctl handling into fs Date: Mon, 5 Jul 2010 21:24:06 +0200 Message-ID: <20100705192358.GC5240@nowhere> References: <1278195310-25590-1-git-send-email-arnd@arndb.de> <1278195310-25590-4-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=oSySAozufVkAv5BcTjulfhBHqcu7WL5c5X9IzQSC3Xc=; b=htcXstiB54frJoFiOSo+anGRJsRdTieo8DW2ayHAd99Qu+lH9LtzlWHWdK5qkrgjM3 PE83CRBtbBSN6GDCTOLNHcG+IOWPn4GJnBkNGBuGY5tj7GLLcf1G7Z9h2ktEN94O+TA+ LCUsGHkTMGUQvfzU+0t6j8auTIrhtq7Jaq7aI= Content-Disposition: inline In-Reply-To: <1278195310-25590-4-git-send-email-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, John Kacur , "H. Peter Anvin" , Al Viro , Ian Kent , autofs@linux.kernel.org On Sun, Jul 04, 2010 at 12:15:07AM +0200, Arnd Bergmann wrote: > Handling of autofs ioctl numbers does not need to be generic > and can easily be done directly in autofs itself. > > This also pushes the BKL into autofs and autofs4 ioctl > methods. > > Signed-off-by: Arnd Bergmann > Cc: H. Peter Anvin Peter, if you're fine with this version. May I apply it? Unless you have a tree for autofs. Thanks.