From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84600C169C4 for ; Wed, 30 Jan 2019 01:16:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5BBDD21473 for ; Wed, 30 Jan 2019 01:16:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727851AbfA3BQY (ORCPT ); Tue, 29 Jan 2019 20:16:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40250 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727444AbfA3BQY (ORCPT ); Tue, 29 Jan 2019 20:16:24 -0500 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 709A23618; Wed, 30 Jan 2019 01:16:23 +0000 (UTC) Date: Tue, 29 Jan 2019 17:16:22 -0800 From: Andrew Morton To: Ian Kent Cc: autofs mailing list , linux-fsdevel , Kernel Mailing List , Pan Bian Subject: Re: [PATCH 3/3] autofs: add ignore mount option Message-Id: <20190129171622.5b75f794d2b1e4d1055331eb@linux-foundation.org> In-Reply-To: <154725123970.11260.6113771566924907275.stgit@pluto-themaw-net> References: <154725122396.11260.16053424107144453867.stgit@pluto-themaw-net> <154725123970.11260.6113771566924907275.stgit@pluto-themaw-net> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, 12 Jan 2019 08:00:40 +0800 Ian Kent wrote: > Add an autofs file system mount option that can be used to provide > a generic indicator to applications that the mount entry should be > ignored when displaying mount information. What is the reason for adding this feature?