[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1284659185-8942-1-git-send-email-arnd@arndb.de>
Date: Thu, 16 Sep 2010 19:46:13 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-kernel@...r.kernel.org
Cc: Arnd Bergmann <arnd@...db.de>, Greg Kroah-Hartman <gregkh@...e.de>,
Jan Blunck <jblunck@...radead.org>,
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>,
"H. Peter Anvin" <hpa@...or.com>, reiserfs-devel@...r.kernel.org,
netdev@...r.kernel.org,
David Brownell <dbrownell@...rs.sourceforge.net>,
linux-usb@...r.kernel.org, linux-afs@...ts.infradead.org,
David Howells <dhowells@...hat.com>,
Dustin Kirkland <kirkland@...onical.com>,
Tyler Hicks <tyhicks@...ux.vnet.ibm.com>,
ecryptfs-devel@...ts.launchpad.net,
David Woodhouse <dwmw2@...radead.org>,
Phillip Lougher <phillip@...gher.demon.co.uk>,
Mark Fasheh <mfasheh@...e.com>,
Joel Becker <joel.becker@...cle.com>,
linux-fsdevel@...r.kernel.org
Subject: [PATCH 00/12] more BKL removal after get_sb pushdown
These patches have not been posted yet, I did some of them
only when going through the list of remaining BKL users and
found them to be simple to fix myself.
Most of these patches only apply on top of the pushdown into
the get_sb operation, which is now in linux-next, so I'm
planning to keep them in the same series instead of
going through maintainer trees.
The full series can be found in
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git vfs
Arnd Bergmann (12):
BKL: Remove BKL from usbfs
BKL: Remove BKL from fat
BKL: Remove BKL from isofs
BKL: Remove BKL from autofs4
BKL: Remove BKL from ReiserFS
BKL: Remove BKL from capifs
BKL: Remove BKL from USB gadgetfs
BKL: Remove BKL from afs
BKL: Remove BKL from ecryptfs
BKL: Remove BKL from jffs2
BKL: Remove BKL from squashfs
BKL: Remove BKL from OCFS2
drivers/isdn/capi/capifs.c | 8 +-------
drivers/usb/core/inode.c | 6 ------
drivers/usb/gadget/inode.c | 13 ++-----------
fs/afs/super.c | 10 ----------
fs/autofs4/root.c | 12 +++++++-----
fs/ecryptfs/file.c | 3 ---
fs/ecryptfs/main.c | 4 ----
fs/fat/inode.c | 5 -----
fs/fat/namei_msdos.c | 7 +++----
fs/fat/namei_vfat.c | 7 +++----
fs/isofs/dir.c | 6 +++---
fs/isofs/inode.c | 16 ++++++----------
fs/isofs/namei.c | 8 ++++----
fs/isofs/rock.c | 8 ++++----
fs/jffs2/fs.c | 4 ----
fs/jffs2/super.c | 12 +-----------
fs/ocfs2/dlmfs/dlmfs.c | 9 +--------
fs/ocfs2/stack_user.c | 3 ---
fs/ocfs2/super.c | 12 ------------
fs/reiserfs/super.c | 6 ------
fs/squashfs/super.c | 11 -----------
21 files changed, 35 insertions(+), 135 deletions(-)
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Jan Blunck <jblunck@...radead.org>
Cc: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
Cc: Jan Blunck <jblunck@...radead.org>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: reiserfs-devel@...r.kernel.org
Cc: netdev@...r.kernel.org
Cc: David Brownell <dbrownell@...rs.sourceforge.net>
Cc: linux-usb@...r.kernel.org
Cc: linux-afs@...ts.infradead.org
Cc: David Howells <dhowells@...hat.com>
Cc: Dustin Kirkland <kirkland@...onical.com>
Cc: Tyler Hicks <tyhicks@...ux.vnet.ibm.com>
Cc: ecryptfs-devel@...ts.launchpad.net
Cc: David Woodhouse <dwmw2@...radead.org>
Cc: Phillip Lougher <phillip@...gher.demon.co.uk>
Cc: Mark Fasheh <mfasheh@...e.com>
Cc: Joel Becker <joel.becker@...cle.com>
Cc: linux-fsdevel@...r.kernel.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists