]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd4: fix xdr4 count of server in fs_location4
authorBenjamin Coddington <bcodding@redhat.com>
Sun, 7 Dec 2014 21:05:48 +0000 (16:05 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Dec 2014 20:52:17 +0000 (15:52 -0500)
commitbf7491f1be5e125eece2ec67e0f79d513caa6c7e
tree10931e5d07399bc9f0ce0bcc7602c852de32457a
parent5a64e56976f1ba98743e1678c0029a98e9034c81
nfsd4: fix xdr4 count of server in fs_location4

Fix a bug where nfsd4_encode_components_esc() incorrectly calculates the
length of server array in fs_location4--note that it is a count of the
number of array elements, not a length in bytes.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Fixes: 082d4bd72a45 (nfsd4: "backfill" using write_bytes_to_xdr_buf)
Cc: stable@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c