Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118287
b: refs/heads/master
c: d7dc61d
h: refs/heads/master
i:
  118285: d58b652
  118283: 3f53287
  118279: d88577e
  118271: 6035509
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Oct 30, 2008
1 parent 145335b commit 79351f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d7c4203c681a3ec359eccff4e53bc8c0ccf403b
refs/heads/master: d7dc61d0a70371b1c6557ea8ffbc60fff94c8168
1 change: 1 addition & 0 deletions trunk/fs/lockd/svc4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ nlm4svc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp,
* reclaim all locks we hold on this server.
*/
memset(&saddr, 0, sizeof(saddr));
saddr.sin_family = AF_INET;
saddr.sin_addr.s_addr = argp->addr;
nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);

Expand Down
1 change: 1 addition & 0 deletions trunk/fs/lockd/svcproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ nlmsvc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp,
* reclaim all locks we hold on this server.
*/
memset(&saddr, 0, sizeof(saddr));
saddr.sin_family = AF_INET;
saddr.sin_addr.s_addr = argp->addr;
nlm_host_rebooted(&saddr, argp->mon, argp->len, argp->state);

Expand Down

0 comments on commit 79351f3

Please sign in to comment.