From patchwork Wed Jul 31 18:53:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 11069107 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 3976A1395 for ; Wed, 31 Jul 2019 18:53:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 27F02200DF for ; Wed, 31 Jul 2019 18:53:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1B2A026CFC; Wed, 31 Jul 2019 18:53:34 +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 76710200DF for ; Wed, 31 Jul 2019 18:53:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728972AbfGaSx3 (ORCPT ); Wed, 31 Jul 2019 14:53:29 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:39432 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727809AbfGaSx3 (ORCPT ); Wed, 31 Jul 2019 14:53:29 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hstj5-0002yp-D6; Wed, 31 Jul 2019 18:53:27 +0000 Date: Wed, 31 Jul 2019 19:53:27 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git mount_capable() fix Message-ID: <20190731185327.GV1131@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.12.0 (2019-05-25) 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 Since nobody gave any specific objections and the thing appears to work... The following changes since commit 19a1c4092e7ca1ad1a72ac5535f902c483372cd5: fix the struct mount leak in umount_tree() (2019-07-26 07:59:06 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to c2c44ec20a8496f7a3b3401c092afe96908eced1: Unbreak mount_capable() (2019-07-31 12:22:32 -0400) ---------------------------------------------------------------- Al Viro (1): Unbreak mount_capable() fs/super.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)