]> git.baikalelectronics.ru Git - kernel.git/commit
tracing/syscalls: Use long for syscall ret format and field definitions
authorTom Zanussi <tzanussi@gmail.com>
Tue, 6 Oct 2009 06:00:49 +0000 (01:00 -0500)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Oct 2009 10:02:34 +0000 (12:02 +0200)
commitd12d49982b5d12b36ad2489bd07d76408be7df72
treede3cb7bdbc4399a052140ec1e46a19fda60b1fd0
parent18c7cf115e025e7b198e6d34f7ccd4c13a2758d3
tracing/syscalls: Use long for syscall ret format and field definitions

The syscall event definitions use long for the syscall exit ret
value, but unsigned long for the same thing in the format and field
definitions.  Change them all to long.

Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: rostedt@goodmis.org
Cc: lizf@cn.fujitsu.com
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <1254808849-7829-4-git-send-email-tzanussi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_syscalls.c