From: Trond Myklebust Date: Fri, 27 Apr 2012 17:48:17 +0000 (-0400) Subject: NFSv4: Fix a typo in NFS4_enc_link_sz X-Git-Tag: next-20120503~79^2^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a9f6991b6cd3f55aa8482633337cd811d84d0dd8;p=karo-tx-linux.git NFSv4: Fix a typo in NFS4_enc_link_sz Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 4c3cc0ed9543..fe6142417dd9 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c @@ -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 + \