Messages in this thread |  | | From | David Howells <> | Subject | Re: [PATCH 5/6] fsmount: do not use legacy MS_ flags | Date | Sat, 22 Sep 2018 16:48:32 +0100 |
| |
Christian Brauner <christian@brauner.io> wrote:
> mount_setattr(int dfd, const char *path, unsigned int atflags, > unsigned int attr_cmd, > unsigned int attr_values, > unsigned int attr_mask);
Whilst you can have up to six arguments on a syscall, I seem to remember that 6-arg syscalls require special handlers on some systems due to register count.
David
|  |