diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 13:48:17 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-01 15:42:39 -0400 |
commit | a9f6991b6cd3f55aa8482633337cd811d84d0dd8 (patch) | |
tree | 8b01203e71f30cd058182b6f2a61f32086d105a7 /fs/nfs/nfs4xdr.c | |
parent | 4bd8b010136afa0df9122a08bad361686bda0a1d (diff) |
NFSv4: Fix a typo in NFS4_enc_link_sz
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); | |||
626 | encode_savefh_maxsz + \ | 626 | encode_savefh_maxsz + \ |
627 | encode_putfh_maxsz + \ | 627 | encode_putfh_maxsz + \ |
628 | encode_link_maxsz + \ | 628 | encode_link_maxsz + \ |
629 | decode_getattr_maxsz + \ | 629 | encode_getattr_maxsz + \ |
630 | encode_restorefh_maxsz + \ | 630 | encode_restorefh_maxsz + \ |
631 | decode_getattr_maxsz) | 631 | encode_getattr_maxsz) |
632 | #define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \ | 632 | #define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \ |
633 | decode_sequence_maxsz + \ | 633 | decode_sequence_maxsz + \ |
634 | decode_putfh_maxsz + \ | 634 | decode_putfh_maxsz + \ |