On 2006.08.20 21:50:46 +0200, Arjan van de Ven wrote: > \ > > Could we rename __syscall_return to IS_SYS_ERR (or whatever) and force > > kernel syscall users to do the check? That way we could eliminate errno > > s/users/user/ .. there's one left that should die out soon ;) > Only one in unistd.h, but throughout the kernel there are quite a few unless I'm missing something here: doener@atjola:~/src/kernel/linux-2.6$ grep \ _syscall * -R | \ > grep -v define\\\|undef\\\|clobber | wc -l 116 Are these just going to be replaced by calls to sys_whatever? Björn - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Arnd Bergmann <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Arjan van de Ven <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- References:
- [PATCH] Return real errno from execve in ____call_usermodehelper
- From: Björn Steinbrink <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Chase Venters <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Andrew Morton <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Chase Venters <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Björn Steinbrink <[email protected]>
- Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- From: Arjan van de Ven <[email protected]>
- [PATCH] Return real errno from execve in ____call_usermodehelper
- Prev by Date: [PATCH] driver for mcs7830 (aka DeLOCK) USB ethernet adapter
- Next by Date: [PATCH] usbnet: add a mutex around phy register access
- Previous by thread: Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- Next by thread: Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__
- Index(es):