Re: [PATCH 01/14] VFS: Add additional RESOLVE_* flags [ver #18]
From: David Howells
Date: Mon Mar 09 2020 - 17:13:18 EST
Stefan Metzmacher <metze@xxxxxxxxx> wrote:
> > Automounting is currently forced by doing an open(), so adding support to
> > openat2() for RESOLVE_NO_TRAILING_AUTOMOUNTS is not trivial.
>
> lookup_flags &= ~LOOKUP_AUTOMOUNT won't work?
No. LOOKUP_OPEN overrides that.
David