Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756029Ab0GERz2 (ORCPT ); Mon, 5 Jul 2010 13:55:28 -0400 Received: from sh.osrg.net ([192.16.179.4]:34805 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754236Ab0GERz1 (ORCPT ); Mon, 5 Jul 2010 13:55:27 -0400 Date: Tue, 06 Jul 2010 02:55:11 +0900 (JST) Message-Id: <20100706.025511.266421917.ryusuke@osrg.net> To: fweisbec@gmail.com Cc: arnd@arndb.de, konishi.ryusuke@lab.ntt.co.jp, linux-nilfs@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, jblunck@suse.de Subject: Re: [PATCH] nilfs2: remove BKL uses From: Ryusuke Konishi In-Reply-To: <20100705145324.GA5240@nowhere> References: <1278220928-28121-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp> <201007051650.23761.arnd@arndb.de> <20100705145324.GA5240@nowhere> X-Mailer: Mew version 5.2 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (sh.osrg.net [192.16.179.4]); Tue, 06 Jul 2010 02:55:13 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1349 Lines: 33 On Mon, 5 Jul 2010 16:53:29 +0200, Frederic Weisbecker wrote: > On Mon, Jul 05, 2010 at 04:50:23PM +0200, Arnd Bergmann wrote: > > On Sunday 04 July 2010, Ryusuke Konishi wrote: > > > Nilfs has BKL uses in its put_super and remount functions, but none of > > > them are necessary, just came from earlier push downs. This > > > eliminates the BKL uses from nilfs. > > > > > > Signed-off-by: Ryusuke Konishi > > > > This looks good, but there is a another patch series pushing the BKL > > into the get_sb and fill_super operations, which should be the final > > pushdown for file systems. I wonder if there is a way to find a > > shortcut on this so we don't need to add it first just to have you > > go through the effort of removing it again. > > > I could take his patch in the mount pushdown series. OK, please treat this patch as needed. I've forgotten the additional BKL push down patch and Jan's BKL removal patch on nilfs, but yes, it looks omissible to add BKL and remove it again there. For now, I will drop my patch from my tree. Thanks, Ryusuke Konishi -- 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/