From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932506AbdELMtX (ORCPT ); Fri, 12 May 2017 08:49:23 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35475 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755504AbdELMtW (ORCPT ); Fri, 12 May 2017 08:49:22 -0400 X-ME-Sender: Message-Id: <1494593360.2027710.974439704.4D9A14FD@webmail.messagingengine.com> From: Colin Walters To: Ian Kent , Al Viro Cc: Colin Walters , Ondrej Holy , autofs mailing list , Kernel Mailing List , David Howells , "linux-fsdevel" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cc55fe1 Date: Fri, 12 May 2017 08:49:20 -0400 References: <149438991819.26550.11290804420751932707.stgit@pluto.themaw.net> <149438992850.26550.14370272866390445786.stgit@pluto.themaw.net> In-Reply-To: <149438992850.26550.14370272866390445786.stgit@pluto.themaw.net> Subject: Re: [PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 10, 2017, at 12:18 AM, Ian Kent wrote: > The fstatat(2) and statx() calls can pass the flag AT_NO_AUTOMOUNT > which is meant to clear the LOOKUP_AUTOMOUNT flag and prevent triggering > of an automount by the call. But this flag is unconditionally cleared > for all stat family system calls except statx(). > Here's the GLib patch to make use of this: https://bugzilla.gnome.org/show_bug.cgi?id=782554