]> 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)
commit18142a818129b7518655c966cb750f377f2658e1
treeff196c4709a0ea206a9bc61d322cbb12d98cb400
parentfe548f5282c6217a09cf10a5556197fc3622ea58
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