From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] vfs fixes Date: Sat, 10 Mar 2012 21:30:51 +0000 Message-ID: <20120310213050.GD23916@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: Received: from zeniv.linux.org.uk ([195.92.253.2]:38330 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751835Ab2CJVa4 (ORCPT ); Sat, 10 Mar 2012 16:30:56 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: A bunch of assorted fixes; Jan's freezing stuff still _not_ in there and neither is mm fun ;-/ Please, pull from usual place - git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Jan Kara (2): udf: Fix deadlock in udf_release_file() vfs: Fix missed wakeup in I_NEW handling Miklos Szeredi (2): vfs: fix double put after complete_walk() vfs: fix return value from do_last() Tyler Hicks (1): vfs: Correctly set the dir i_mutex lockdep class Diffstat: fs/inode.c | 25 +++++++++++++++++++++++-- fs/namei.c | 4 ++-- fs/udf/file.c | 2 -- include/linux/writeback.h | 5 ----- 4 files changed, 25 insertions(+), 11 deletions(-)