nfsd4: remove typoed replay field
Wow, I wonder how long that typo's been there. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
@@ -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];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user