Re: Have RESOLVE_* flags superseded AT_* flags for new syscalls?

From: David Howells
Date: Mon Mar 02 2020 - 11:37:59 EST


Aleksa Sarai <cyphar@xxxxxxxxxx> wrote:

> Now let's just hope no new syscalls need both AT_RECURSIVE and
> RESOLVE_NO_SYMLINKS

Ummm... AT_RECURSIVE is used by open_tree() to determine whether to copy just
the mount it's looking at or the entire subtree from that point.

David