From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:43660 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726755AbeHUNO3 (ORCPT ); Tue, 21 Aug 2018 09:14:29 -0400 Subject: vfs: Fixes/adjustments for mount API stuff From: David Howells To: viro@zeniv.linux.org.uk Cc: Andrei Vagin , dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 21 Aug 2018 10:54:59 +0100 Message-ID: <153484529922.1183.17405985592221413059.stgit@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Al, Can you add these patches to the mount API stuff? There are some fixes and some adjustments to the code. The patches can also be found here: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=mount-api-2 Thanks, David --- Andrei Vagin (1): proc: Set correct userns for new proc super created by a new pid_namespace David Howells (5): vfs: Fix vfs_dup_fs_context() vfs: Fix fs_context logging when there's no log afs: Move the source fs parameter to the first position vfs: Pass path info fsinfo and rename get_fsinfo sb op to fsinfo vfs: Adjust fsinfo sample output fs/afs/super.c | 29 +++++++++++++++-------------- fs/fs_context.c | 4 ++-- fs/hugetlbfs/inode.c | 7 ++++--- fs/kernfs/mount.c | 8 ++++---- fs/proc/root.c | 5 +++++ fs/statfs.c | 15 ++++++++------- include/linux/fs.h | 4 ++-- include/linux/fsinfo.h | 2 +- samples/statx/test-fsinfo.c | 30 ++++++++++++++++++++++++++++++ 9 files changed, 71 insertions(+), 33 deletions(-)