commit | a4773c08f2872626cb923433284488fbe8acb0ae | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Mon Feb 02 17:23:10 2009 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Mar 18 17:30:49 2009 -0400 |
tree | 772342b775cef615b19060158900981e0985ff9f | |
parent | 13024b7b4097d33fe6bba34b1c83602e88753270 [diff] [blame] |
nfsd4: use helper for copying filehandles for replay Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 128298c..b65b2a6 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h
@@ -168,8 +168,7 @@ unsigned int rp_buflen; char *rp_buf; unsigned intrp_allocated; - int rp_openfh_len; - char rp_openfh[NFS4_FHSIZE]; + struct knfsd_fh rp_openfh; char rp_ibuf[NFSD4_REPLAY_ISIZE]; };