From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] vfs.git Date: Sat, 15 Jun 2013 04:34:40 +0100 Message-ID: <20130615033440.GN4165@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 Several fixes + obvious cleanup (you've missed a couple of open-coded can_lookup() back then). Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): use can_lookup() instead of direct checks of ->i_op->lookup snd_pcm_link(): fix a leak... Dave Chiluk (1): ncpfs: fix rmdir returns Device or resource busy Oleg Nesterov (2): fput: task_work_add() can fail if the caller has passed exit_task_work() move exit_task_namespaces() outside of exit_notify() Diffstat: fs/file_table.c | 19 ++++++++++--------- fs/namei.c | 4 ++-- fs/ncpfs/dir.c | 9 --------- kernel/exit.c | 2 +- sound/core/pcm_native.c | 4 ++-- 5 files changed, 15 insertions(+), 23 deletions(-)