user_data: tag more functions as syscalls
commit2a2a5edf607367a3f5a506dcffd67d204f4324e3
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 25 Nov 2014 13:51:20 +0000 (25 16:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 25 Nov 2014 13:51:20 +0000 (25 16:51 +0300)
tree5298b1c5c6d96fb899e789577018a0fe46caf851
parentb1e87c2c41f6bcb76e6e37bf7e5152c75c5090c1
user_data: tag more functions as syscalls

Before I marked functions defined using the SYSCALL_DEFINE() macro as
syscalls but that was missing some functions.

No, I look at:
1) Do we have the caller info database?
2) Has the function been called?
3) Does the function start with "sys_"?

If the answers are Yes, No, and Yes.  The it's probably a syscall.

Also if the function starts with "compat_sys_" then it's probably a
syscall.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_user_data.c