Commit 6a1caddf authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Update file lock security check to match the API change

parent a5271c10
......@@ -464,7 +464,7 @@ static int cap_file_mprotect (struct vm_area_struct *vma, unsigned long prot)
return 0;
}
static int cap_file_lock (struct file *file, unsigned int cmd, int blocking)
static int cap_file_lock (struct file *file, unsigned int cmd)
{
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment