]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
errno.h: Improve ENOSYS's comment
authorAndy Lutomirski <luto@amacapital.net>
Thu, 16 Apr 2015 19:44:47 +0000 (12:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 13:03:58 +0000 (09:03 -0400)
commite15f431fe2d53cd4673510736da7d4fa1090e096
treec825e36dd160760cda8093e4ef384583a279dcb8
parent91c9afaf97ee554d2cd3042a5ad01ad21c99e8c4
errno.h: Improve ENOSYS's comment

ENOSYS is the mechanism used by user code to detect whether the running
kernel implements a given system call.  It should not be returned by
anything except an unimplemented system call.

Unfortunately, it is rather frequently used in the kernel to indicate that
various new functions of existing system calls are not implemented.  This
should be discouraged.

Improve the comment in errno.h to help clarify ENOSYS's purpose.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/asm-generic/errno.h