From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull][vfs.git] a couple of fixes Date: Fri, 28 Sep 2012 04:40:45 +0100 Message-ID: <20120928034044.GD13973@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org A couple of fixes; one for automount/lazy umount race, another a classic "we don't protect the refcount transition to zero with the lock that protects looking for object in hash" kind of crap in lockd. Please, pull. The usual place - git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): do_add_mount()/umount -l races close the race in nlmsvc_free_block() Diffstat: fs/lockd/svclock.c | 3 +-- fs/namespace.c | 10 ++++++++-- 2 files changed, 9 insertions(+), 4 deletions(-)