From patchwork Mon May 14 03:04:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Kent X-Patchwork-Id: 10396545 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 50A196054D for ; Mon, 14 May 2018 03:05:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3BDAA2907F for ; Mon, 14 May 2018 03:05:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3AA1329095; Mon, 14 May 2018 03:05:13 +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 88F0D2907F for ; Mon, 14 May 2018 03:05:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752112AbeENDFH (ORCPT ); Sun, 13 May 2018 23:05:07 -0400 Received: from icp-osb-irony-out8.external.iinet.net.au ([203.59.1.225]:38166 "EHLO icp-osb-irony-out8.external.iinet.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752101AbeENDFF (ORCPT ); Sun, 13 May 2018 23:05:05 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DVCgBP/Pha/+U/0XZcHQEBBQELAYNDY?= =?us-ascii?q?Xsog3KUcEUBAQEDBoE7fJUqHggQAYRAAoMJITcVAQIBAQEBAQECbBwMhSkGI1Y?= =?us-ascii?q?QGAEMAhgOAgJHEAYTgyWBcgypfYIcGgKIIIIiBYEJhxyBDIEHjA2CVAKMeos8C?= =?us-ascii?q?YVniGqBNoY1hQSHSIpAMiKBUk0uCoJ+ixCFSzIwegEBj2EBAQ?= X-IPAS-Result: =?us-ascii?q?A2DVCgBP/Pha/+U/0XZcHQEBBQELAYNDYXsog3KUcEUBAQE?= =?us-ascii?q?DBoE7fJUqHggQAYRAAoMJITcVAQIBAQEBAQECbBwMhSkGI1YQGAEMAhgOAgJHE?= =?us-ascii?q?AYTgyWBcgypfYIcGgKIIIIiBYEJhxyBDIEHjA2CVAKMeos8CYVniGqBNoY1hQS?= =?us-ascii?q?HSIpAMiKBUk0uCoJ+ixCFSzIwegEBj2EBAQ?= X-IronPort-AV: E=Sophos;i="5.49,398,1520870400"; d="scan'208";a="126179754" Received: from unknown (HELO pluto.themaw.net) ([118.209.63.229]) by icp-osb-irony-out8.iinet.net.au with ESMTP; 14 May 2018 11:04:56 +0800 Subject: [PATCH 10/10] autofs - update MAINTAINERS entry for autofs From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , autofs mailing list , Kernel Mailing List Date: Mon, 14 May 2018 11:04:56 +0800 Message-ID: <152626709611.28589.456596640024354223.stgit@pluto.themaw.net> In-Reply-To: <152626703024.28589.9571964661718767929.stgit@pluto.themaw.net> References: <152626703024.28589.9571964661718767929.stgit@pluto.themaw.net> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 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 Update the autofs entry in MAINTAINERS to reflect the rename of autofs4 to autofs. Signed-off-by: Ian Kent --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 58b9861ccf99..6189ff91fda7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7652,11 +7652,11 @@ W: https://linuxtv.org S: Maintained F: drivers/media/radio/radio-keene* -KERNEL AUTOMOUNTER v4 (AUTOFS4) +KERNEL AUTOMOUNTER M: Ian Kent L: autofs@vger.kernel.org S: Maintained -F: fs/autofs4/ +F: fs/autofs/ KERNEL BUILD + files below scripts/ (unless maintained elsewhere) M: Masahiro Yamada