nfs: Remove unused xdr page offsets in getacl/setacl arguments
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 3 Nov 2015 17:25:34 +0000 (18:25 +0100)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 3 Nov 2015 17:33:01 +0000 (12:33 -0500)
commit8fbcf237439f841e7e9c4675790e08ea1c295bd3
tree742a5defecd34c85ef1e388507cc67b751ff3648
parent118c9163562426face9ff0903f1cbd3e1a959ca9
nfs: Remove unused xdr page offsets in getacl/setacl arguments

The arguments passed around for getacl and setacl xdr encoding, struct
nfs_setaclargs and struct nfs_getaclargs, both contain an array of
pages, an offset into the first page, and the length of the page data.
The offset is unused as it is always zero; remove it.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs_xdr.h