Commit d38147dd authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Chris Wright points out that this was also missed in the

file locking LSM update
parent 6a1caddf
......@@ -366,7 +366,7 @@ static int dummy_file_mprotect (struct vm_area_struct *vma, unsigned long prot)
return 0;
}
static int dummy_file_lock (struct file *file, unsigned int cmd, int blocking)
static int dummy_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