]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd97ca7c3343e1f4c44d689fd0728b79c41b45457
treeff196c4709a0ea206a9bc61d322cbb12d98cb400
parent6d82ff4a60423c5851c10f415053d09e78fa1c72
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