diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-08-29 10:36:11 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-08-31 17:55:58 -0400 |
commit | c2d8eb7ac645e1baba7205cb2631e2f21db3d6a9 (patch) | |
tree | ed75621a920e6f625cbb18e158afec977ca966f3 /fs/nfsd/state.h | |
parent | b7d7ca35807b4c8ca3271885b47e67c843376f77 (diff) |
nfsd4: remove typoed replay field
Wow, I wonder how long that typo's been there.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index f02badd70cf2..6b706a60ce88 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -312,7 +312,6 @@ struct nfs4_replay { | |||
312 | __be32 rp_status; | 312 | __be32 rp_status; |
313 | unsigned int rp_buflen; | 313 | unsigned int rp_buflen; |
314 | char *rp_buf; | 314 | char *rp_buf; |
315 | unsigned intrp_allocated; | ||
316 | struct knfsd_fh rp_openfh; | 315 | struct knfsd_fh rp_openfh; |
317 | char rp_ibuf[NFSD4_REPLAY_ISIZE]; | 316 | char rp_ibuf[NFSD4_REPLAY_ISIZE]; |
318 | }; | 317 | }; |