From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 1/7] autofs4: Save autofs trigger's vfsmount in super block info Date: Fri, 15 Jan 2010 17:08:28 +0000 Message-ID: <9927.1263575308@redhat.com> References: <20100115165814.GL19799@ZenIV.linux.org.uk> <20100115080323.GK19799@ZenIV.linux.org.uk> <1261611423-4396-1-git-send-email-vaurora@redhat.com> <1261611423-4396-2-git-send-email-vaurora@redhat.com> <20100102004423.GA2131@zeus.themaw.net> <20100114054322.GA16106@ZenIV.linux.org.uk> <20100114191847.GD24005@shell> <4B5005A4.7080508@themaw.net> <4806.1263567323@redhat.com> Cc: dhowells@redhat.com, Ian Kent , Valerie Aurora , linux-fsdevel@vger.kernel.org, Jan Blunck , autofs@linux.kernel.org, sfrench@samba.org, Trond.Myklebust@netapp.com To: Al Viro Return-path: Received: from mx1.redhat.com ([209.132.183.28]:23838 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743Ab0AORJV (ORCPT ); Fri, 15 Jan 2010 12:09:21 -0500 In-Reply-To: <20100115165814.GL19799@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Al Viro wrote: > Do you want it to inerit e.g. nosuid? Are you just talking about MNT_SHRINKABLE? Or all the other flags? Should I be passing: nd->path.mnt->mnt_flags | MNT_SHRINKABLE instead? David