Skip to content

Commit

Permalink
NFSv4: Fix a typo in NFS4_enc_link_sz
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 1, 2012
1 parent 4bd8b01 commit a9f6991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/nfs/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ static int nfs4_stat_to_errno(int);
encode_savefh_maxsz + \
encode_putfh_maxsz + \
encode_link_maxsz + \
decode_getattr_maxsz + \
encode_getattr_maxsz + \
encode_restorefh_maxsz + \
decode_getattr_maxsz)
encode_getattr_maxsz)
#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
decode_sequence_maxsz + \
decode_putfh_maxsz + \
Expand Down

0 comments on commit a9f6991

Please sign in to comment.