Procházet zdrojové kódy

nfsd4: remove typoed replay field

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

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
J. Bruce Fields před 14 roky
rodič
revize
c2d8eb7ac6
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      fs/nfsd/state.h

+ 0 - 1
fs/nfsd/state.h

@@ -312,7 +312,6 @@ struct nfs4_replay {
 	__be32			rp_status;
 	__be32			rp_status;
 	unsigned int		rp_buflen;
 	unsigned int		rp_buflen;
 	char			*rp_buf;
 	char			*rp_buf;
-	unsigned		intrp_allocated;
 	struct knfsd_fh		rp_openfh;
 	struct knfsd_fh		rp_openfh;
 	char			rp_ibuf[NFSD4_REPLAY_ISIZE];
 	char			rp_ibuf[NFSD4_REPLAY_ISIZE];
 };
 };