From patchwork Sat Mar 16 13:54:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 10855849 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CAC151390 for ; Sat, 16 Mar 2019 13:54:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A7D3729CA5 for ; Sat, 16 Mar 2019 13:54:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9BC5229CBA; Sat, 16 Mar 2019 13:54:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1219E29CA5 for ; Sat, 16 Mar 2019 13:54:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726151AbfCPNys (ORCPT ); Sat, 16 Mar 2019 09:54:48 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:47616 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726064AbfCPNys (ORCPT ); Sat, 16 Mar 2019 09:54:48 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1h59lt-0007zi-FL; Sat, 16 Mar 2019 13:54:45 +0000 Date: Sat, 16 Mar 2019 13:54:45 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, dhowells@redhat.com, Dominik Brodowski Subject: [git pull] fixup for sysfs braino in #work.mount Message-ID: <20190316135444.GC2217@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Capabilities checks for sysfs mount do include those on netns, but only if CONFIG_NET_NS is enabled. Sorry, should've caught that earlier... The following changes since commit c99c2171fc61476afac0dfb59fb2c447a01fb1e0: afs: Use fs_context to pass parameters over automount (2019-02-28 03:29:39 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount for you to fetch changes up to ab81dabda1d4edc1728173be6c6a279455f220e3: fix sysfs_init_fs_context() in !CONFIG_NET_NS case (2019-03-16 09:45:42 -0400) ---------------------------------------------------------------- Al Viro (1): fix sysfs_init_fs_context() in !CONFIG_NET_NS case fs/sysfs/mount.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)