I still feel that the original patch was more helpful and consistent
with how we do it for the existing obsolete syscalls.
Note that there is a much simpler solution if you just use an
"#ifdef __NR_sys_sysfs" around the definition of the syscall, but
that has another disadvantage in that it is harder to spot when
new architectures get it wrong.
Arnd <><
--