From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755913AbcE0Tt6 (ORCPT ); Fri, 27 May 2016 15:49:58 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33768 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753221AbcE0Tt4 (ORCPT ); Fri, 27 May 2016 15:49:56 -0400 Date: Fri, 27 May 2016 21:49:51 +0200 From: Miklos Szeredi To: Al Viro Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [GIT PULL resend] vfs update for 4.7 Message-ID: <20160527194951.GB5758@veci.piliscsaba.szeredi.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Al, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git d_real This fixes hard linked unix sockets on overlayfs and consolidates the d_real/d_select_inode API as well as some documentation cleanups. Thanks, Miklos --- Miklos Szeredi (5): vfs: add d_real_inode() helper af_unix: fix hard linked sockets on overlay vfs: merge .d_select_inode() into .d_real() vfs: document ->d_real() vfs: clean up documentation --- Documentation/filesystems/Locking | 4 ++-- Documentation/filesystems/vfs.txt | 39 +++++++++++++++++++++++++-------------- fs/dcache.c | 3 --- fs/namei.c | 2 +- fs/open.c | 17 +++++++++++++---- fs/overlayfs/inode.c | 31 ++++++++++--------------------- fs/overlayfs/overlayfs.h | 2 +- fs/overlayfs/super.c | 17 +++++++++++++---- include/linux/dcache.h | 35 ++++++++++++++++++++--------------- include/linux/fs.h | 2 +- net/unix/af_unix.c | 6 +++--- 11 files changed, 89 insertions(+), 69 deletions(-)