]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 f02badd70cf2902da8d2a77c70aecbe0e86392f7..6b706a60ce8888913a089e1d34dd697cc3c92229 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];
 };