NFSv4.2: decode_read_plus_data() must skip padding after data segment
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 8 Dec 2020 12:40:04 +0000 (07:40 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 14 Dec 2020 11:51:07 +0000 (06:51 -0500)
commit5c4afe2ab624cb8156e987ff929e00632fb56aeb
tree3ec537c77f9ed9f002e1dfc663005598f37e38e8
parent1ee6310119a5b4460324111a8c4536054356b963
NFSv4.2: decode_read_plus_data() must skip padding after data segment

All XDR opaque object sizes are 32-bit aligned, and a data segment is no
exception.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs42xdr.c