blob: 50c6e75c8b39b2f84253f5581ffbed91a08550f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- fuse.old/kernel/file.c 2007-01-28 21:25:02.000000000 +0000
+++ fuse.dev/kernel/file.c 2007-05-29 00:10:29.000000000 +0100
@@ -782,7 +782,7 @@
if (cmd == F_GETLK) {
if (fc->no_lock) {
#ifdef KERNEL_2_6_17_PLUS
- if (!posix_test_lock(file, fl, fl))
+ if (!posix_test_lock(file, fl))
fl->fl_type = F_UNLCK;
#else
struct file_lock *cfl = posix_test_lock(file, fl);
|