Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142143
b: refs/heads/master
c: 13024b7
h: refs/heads/master
i:
  142141: f826ddc
  142139: 7843493
  142135: 86839c7
  142127: dc58d1e
  142111: 29bd1ba
  142079: 6909a86
v: v3
  • Loading branch information
J. Bruce Fields committed Mar 18, 2009
1 parent 937a023 commit d887655
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: 99f88726381f676bba6e7dcf74b7412857d7946a
refs/heads/master: 13024b7b4097d33fe6bba34b1c83602e88753270
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_o
goto out;

set_change_info(&open->op_cinfo, current_fh);
fh_dup2(current_fh, &resfh);

/* set reply cache */
fh_dup2(current_fh, &resfh);
open->op_stateowner->so_replay.rp_openfh_len = resfh.fh_handle.fh_size;
memcpy(open->op_stateowner->so_replay.rp_openfh,
&resfh.fh_handle.fh_base, resfh.fh_handle.fh_size);
Expand Down

0 comments on commit d887655

Please sign in to comment.