Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755832Ab0DCRyg (ORCPT ); Sat, 3 Apr 2010 13:54:36 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:36411 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755715Ab0DCRy3 (ORCPT ); Sat, 3 Apr 2010 13:54:29 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <4BB780AE.9060005@s5r6.in-berlin.de> Date: Sat, 03 Apr 2010 19:53:50 +0200 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.23) Gecko/20100102 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Arnd Bergmann CC: Frederic Weisbecker , Alexey Dobriyan , LKML , Thomas Gleixner , Andrew Morton , John Kacur , KAMEZAWA Hiroyuki , Al Viro , Ingo Molnar Subject: Re: [PATCH 6/6] procfs: Kill the bkl in ioctl References: <1269930015-863-1-git-send-regression-fweisbec@gmail.com> <201003312221.23953.arnd@arndb.de> <20100331214058.GE5163@nowhere> <201004011442.38536.arnd@arndb.de> In-Reply-To: <201004011442.38536.arnd@arndb.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 26 Arnd Bergmann wrote: > Subject: [PATCH] introduce CONFIG_BKL and default_ioctl [...] > --- a/fs/ioctl.c > +++ b/fs/ioctl.c > @@ -58,6 +58,28 @@ static long vfs_ioctl(struct file *filp, unsigned int cmd, > return error; > } > > +#ifdef CONFIG_BKL > +/* > + * default_ioctl - call unlocked_ioctl with BKL held [...] > + error = filp->f_op->locked_ioctl(filp->f_path.dentry->d_inode, > + filp, cmd, arg); Typo. default_ioctl - call locked_ioctl with BKL held -- Stefan Richter -=====-==-=- -=-- ---== http://arcgraph.de/sr/ -- 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/