From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:34562 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbcGLFQ4 (ORCPT ); Tue, 12 Jul 2016 01:16:56 -0400 Date: Tue, 12 Jul 2016 06:16:53 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git fixes Message-ID: <20160712051653.GB14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef: Linux 4.7-rc6 (2016-07-03 23:01:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to 6d4e56ce977864b0fcd28c61555060e6010aa89b: posix_acl: de-union a_refcount and a_rcu (2016-07-11 13:48:02 -0400) ---------------------------------------------------------------- Al Viro (2): Use the right predicate in ->atomic_open() instances nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed Jeff Layton (1): posix_acl: de-union a_refcount and a_rcu fs/9p/vfs_inode.c | 2 +- fs/9p/vfs_inode_dotl.c | 2 +- fs/ceph/file.c | 2 +- fs/cifs/dir.c | 2 +- fs/fuse/dir.c | 2 +- fs/gfs2/inode.c | 2 +- fs/nfs/dir.c | 30 ++++++++++++++++++++++++++---- include/linux/posix_acl.h | 6 ++---- 8 files changed, 34 insertions(+), 14 deletions(-)