Re: [PATCH 31/40] trace syscalls: Convert various generic compat syscalls
From: Andi Kleen <hidden>
Date: 2010-06-23 10:19:38
Also in:
kexec, linux-fsdevel, linux-mm, netdev
From: Andi Kleen <hidden>
Date: 2010-06-23 10:19:38
Also in:
kexec, linux-fsdevel, linux-mm, netdev
, Ian Munsie wrote:
From: Ian Munsie<redacted> This patch converts numerous trivial compat syscalls through the generic kernel code to use the COMPAT_SYSCALL_DEFINE family of macros.
Why? This just makes the code look uglier and the functions harder to grep for. -Andi