nfsd4: remove typoed replay field
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Aug 2011 14:36:11 +0000 (10:36 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 31 Aug 2011 21:55:58 +0000 (17:55 -0400)
Wow, I wonder how long that typo's been there.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/state.h

index f02badd..6b706a6 100644 (file)
@@ -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];
 };