]> git.baikalelectronics.ru Git - kernel.git/commit
compat: restore timerfd settime and gettime compat syscalls
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 2 Mar 2013 11:26:30 +0000 (12:26 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 2 Mar 2013 14:35:13 +0000 (09:35 -0500)
commit66214ac2eec4a4d69647be11cc237eb554da5355
treee78f8e13f68a7abf4220fb4f306cae2c2d28cc79
parente2346bfbf94a6ae5638912f6964f263743434e82
compat: restore timerfd settime and gettime compat syscalls

Both compat syscalls got lost with 5d9eb3c0 "switch timerfd compat syscalls
to COMPAT_SYSCALL_DEFINE" because of a typo:
COMPAT instead of CONFIG_COMPAT.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/timerfd.c