From: J. Bruce Fields Date: Mon, 29 Aug 2011 14:36:11 +0000 (-0400) Subject: nfsd4: remove typoed replay field X-Git-Tag: firefly_0821_release~3680^2~4224^2~73 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2d8eb7ac645e1baba7205cb2631e2f21db3d6a9;p=firefly-linux-kernel-4.4.55.git nfsd4: remove typoed replay field Wow, I wonder how long that typo's been there. Signed-off-by: J. Bruce Fields --- 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 { __be32 rp_status; unsigned int rp_buflen; char *rp_buf; - unsigned intrp_allocated; struct knfsd_fh rp_openfh; char rp_ibuf[NFSD4_REPLAY_ISIZE]; };