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)
commitee949a86b3aef15845ea677aa60231008de62672
treede3cb7bdbc4399a052140ec1e46a19fda60b1fd0
parentb934cdd55f2ac38c825f3d46cfa87a1654f1c849
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