NFSv4: Don't use private xdr_stream fields in decode_getacl
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 14 Aug 2012 21:14:17 +0000 (17:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 16 Aug 2012 20:15:51 +0000 (16:15 -0400)
commitcff298c721099c9ac4cea7196a37097ba2847946
treeff196c4709a0ea206a9bc61d322cbb12d98cb400
parentb291f1b1c86aa0c7bc3df2994e6a1a4e53f1fde0
NFSv4: Don't use private xdr_stream fields in decode_getacl

Instead of using the private field xdr->p from struct xdr_stream,
use the public xdr_stream_pos().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c