···5252 *filp = file;53535454 /* Set up the missing parts of the file_lock structure */5555+ lock->fl.fl_flags = FL_POSIX;5556 lock->fl.fl_file = file->f_file[mode];5657 lock->fl.fl_pid = current->tgid;5758 lock->fl.fl_start = (loff_t)lock->lock_start;
+1
fs/lockd/svcproc.c
···77777878 /* Set up the missing parts of the file_lock structure */7979 mode = lock_to_openmode(&lock->fl);8080+ lock->fl.fl_flags = FL_POSIX;8081 lock->fl.fl_file = file->f_file[mode];8182 lock->fl.fl_pid = current->tgid;8283 lock->fl.fl_lmops = &nlmsvc_lock_operations;