OSDN Git Service

NFS: add new file handle decoders to in-kernel mountd client
authorChuck Lever <chuck.lever@oracle.com>
Thu, 18 Jun 2009 01:02:12 +0000 (18:02 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 18 Jun 2009 01:02:12 +0000 (18:02 -0700)
commit4fdcd9966d8469be26a6f12122ac21ffce19fc20
tree569bdb9900053661ba59931cb49315c5de89a88b
parentfb12529577541aa02f9c3d9e325329f9568dfb58
NFS: add new file handle decoders to in-kernel mountd client

Introduce xdr_stream-based XDR file handle decoders to the in-kernel
mountd client.  These are more careful than the existing decoder
functions about buffer overflows and data type and range checking.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/mount_clnt.c