* Masami Hiramatsu <mhira...@kernel.org> wrote: > Use ENOTSUPP instead of ENOSYS because ENOSYS is reserved > only for invalid syscall number.
Is this actually true? We use -ENOSYS in a ton of code in kernel/ already, not just for non-existing syscall number. Ingo