diff mbox

nfsd4: remove typoed replay field

Message ID 20110831214535.GI19223@fieldses.org (mailing list archive)
State New, archived
Headers show

Commit Message

J. Bruce Fields Aug. 31, 2011, 9:45 p.m. UTC
From: J. Bruce Fields <bfields@redhat.com>

Wow, I wonder how long that typo's been there.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
---
 fs/nfsd/state.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Queuing for 3.2.
diff mbox

Patch

diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index f02badd..6b706a6 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -312,7 +312,6 @@  struct nfs4_replay {
 	__be32			rp_status;
 	unsigned int		rp_buflen;
 	char			*rp_buf;
-	unsigned		intrp_allocated;
 	struct knfsd_fh		rp_openfh;
 	char			rp_ibuf[NFSD4_REPLAY_ISIZE];
 };