diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 14:14:18 +0100 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 14:15:25 +0100 |
commit | 002c8976ee537724b20a5e179d9b349309438836 (patch) | |
tree | 272ebe6d0dcb06bb16b978fb9793d266dbc1301a /fs/locks.c | |
parent | a26eab2400f0477bfac0255600552394855016f7 (diff) | |
download | op-kernel-dev-002c8976ee537724b20a5e179d9b349309438836.zip op-kernel-dev-002c8976ee537724b20a5e179d9b349309438836.tar.gz |
[CVE-2009-0029] System call wrappers part 16
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'fs/locks.c')
-rw-r--r-- | fs/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1564,7 +1564,7 @@ EXPORT_SYMBOL(flock_lock_file_wait); * %LOCK_MAND can be combined with %LOCK_READ or %LOCK_WRITE to allow other * processes read and write access respectively. */ -asmlinkage long sys_flock(unsigned int fd, unsigned int cmd) +SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) { struct file *filp; struct file_lock *lock; |