Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2d8eb7a authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: remove typoed replay field



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

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b7d7ca35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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];
};