From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756399AbZKCKMM (ORCPT ); Tue, 3 Nov 2009 05:12:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756252AbZKCKML (ORCPT ); Tue, 3 Nov 2009 05:12:11 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:38853 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752868AbZKCKMK (ORCPT ); Tue, 3 Nov 2009 05:12:10 -0500 Date: Tue, 3 Nov 2009 05:12:12 -0500 From: Christoph Hellwig To: Jan Blunck Cc: linux-fsdevel@vger.kernel.org, Matthew Wilcox , Linux-Kernel Mailinglist , Christian Borntraeger Subject: Re: [PATCH 01/27] BKL: Push down BKL from do_new_mount() to the filesystems get_sb/fill_super operation Message-ID: <20091103101212.GA20314@infradead.org> References: <1257156307-24175-1-git-send-email-jblunck@suse.de> <1257156307-24175-2-git-send-email-jblunck@suse.de> <20091102171147.GG21750@bolzano.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091102171147.GG21750@bolzano.suse.de> User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 02, 2009 at 06:11:47PM +0100, Jan Blunck wrote: > Attached is a new version of the patch that includes the changes for > filesystems outside of fs/ directory as well. Besides that I trimmed the CC > list this time. For the next spin please don't push it down to filesystems that obviously don't need it at all and just mention them in the patch description. For filesystems like xfs and btrfs that never used the BKL at all that should make life a bit simpler.