Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101958
b: refs/heads/master
c: d67d1c7
h: refs/heads/master
v: v3
  • Loading branch information
Felix Blyakher authored and Trond Myklebust committed Jul 15, 2008
1 parent 39a8f09 commit a10c28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2e1b09ff237c0a3687b9a804cc8bf489743cffc
refs/heads/master: d67d1c7bf948341fd8678c8e337ec27f4b46b206
2 changes: 1 addition & 1 deletion trunk/fs/lockd/clntproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl)
* Report the conflicting lock back to the application.
*/
fl->fl_start = req->a_res.lock.fl.fl_start;
fl->fl_end = req->a_res.lock.fl.fl_start;
fl->fl_end = req->a_res.lock.fl.fl_end;
fl->fl_type = req->a_res.lock.fl.fl_type;
fl->fl_pid = 0;
break;
Expand Down

0 comments on commit a10c28c

Please sign in to comment.