You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[CVE-2009-0029] System call wrappers part 16
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user