X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Ffuse%2Ffile.c;h=e0faf8f2c868a26b80331ef78c89db85091715ea;hb=c34e6e0bd5d729948119d4b3e15b075ec0b80d6f;hp=f523f2f04c196db5b1201a38a6e3222ae40d1724;hpb=2ca0a9d80c3a2cd3917b768080cce7f59b9bc490;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/fuse/file.c b/fs/fuse/file.c index f523f2f04c19..e0faf8f2c868 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -2189,7 +2189,7 @@ static int fuse_file_flock(struct file *file, int cmd, struct file_lock *fl) int err; if (fc->no_flock) { - err = flock_lock_file_wait(file, fl); + err = locks_lock_file_wait(file, fl); } else { struct fuse_file *ff = file->private_data;