From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. R. Okajima" Subject: Re: [PATCH] Unlock vfsmount_lock in do_mount Date: Thu, 24 Feb 2011 13:11:06 +0900 Message-ID: <6152.1298520666@jrobl> References: <1298447989-12107-1-git-send-email-hooanon05@yahoo.co.jp> <20110224011057.GP22723@ZenIV.linux.org.uk> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Nick Piggin To: Al Viro Return-path: In-Reply-To: <20110224011057.GP22723@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Al Viro: > On Wed, Feb 23, 2011 at 04:59:49PM +0900, J. R. Okajima wrote: > > By the commit > > b3e19d9 2011-01-07 fs: scale mntget/mntput > > vfsmount_lock was introduced around testing mnt_count. > > Fix the mis-typed 'unlock' > > Gyah... Nice catch. Applied, will push tonight. Thanks. But I made a mistake in the subject. It should be "do_umount" instead of "do_mount". Please fix it when you push. Otherwise I will post the fixed one. J. R. Okajima