aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/lockd/svclock.c')
-rw-r--r--fs/lockd/svclock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c
index 9cfced65d4a2..a525a141dd3b 100644
--- a/fs/lockd/svclock.c
+++ b/fs/lockd/svclock.c
@@ -397,6 +397,7 @@ nlmsvc_testlock(struct nlm_file *file, struct nlm_lock *lock,
397 (long long)fl->fl_end); 397 (long long)fl->fl_end);
398 conflock->caller = "somehost"; /* FIXME */ 398 conflock->caller = "somehost"; /* FIXME */
399 conflock->oh.len = 0; /* don't return OH info */ 399 conflock->oh.len = 0; /* don't return OH info */
400 conflock->svid = fl->fl_pid;
400 conflock->fl = *fl; 401 conflock->fl = *fl;
401 return nlm_lck_denied; 402 return nlm_lck_denied;
402 } 403 }