NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 3 Dec 2020 17:04:51 +0000 (12:04 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 10 Dec 2020 14:01:53 +0000 (09:01 -0500)
commitfa94a951bf3553fee66e2c879b97da97bcf00589
treed9e84d8714e5a54de91647991c38460e165e2f01
parentbf701b765eaa82dd164d65edc5747ec7288bb5c3
NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()

Ensure that both getxattr and listxattr page array are correctly
aligned, and that getxattr correctly accounts for the page padding word.

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