Commit a9f6991b authored by Trond Myklebust's avatar Trond Myklebust

NFSv4: Fix a typo in NFS4_enc_link_sz

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 4bd8b010
...@@ -626,9 +626,9 @@ static int nfs4_stat_to_errno(int); ...@@ -626,9 +626,9 @@ static int nfs4_stat_to_errno(int);
encode_savefh_maxsz + \ encode_savefh_maxsz + \
encode_putfh_maxsz + \ encode_putfh_maxsz + \
encode_link_maxsz + \ encode_link_maxsz + \
decode_getattr_maxsz + \ encode_getattr_maxsz + \
encode_restorefh_maxsz + \ encode_restorefh_maxsz + \
decode_getattr_maxsz) encode_getattr_maxsz)
#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \ #define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
decode_sequence_maxsz + \ decode_sequence_maxsz + \
decode_putfh_maxsz + \ decode_putfh_maxsz + \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment