NFS: Fix SECINFO_NO_NAME
authorBryan Schumaker <bjschuma@netapp.com>
Fri, 27 Apr 2012 17:27:38 +0000 (13:27 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 18:10:01 +0000 (14:10 -0400)
commit31e4dda4747713de13889f7c79c7aec341fea61b
tree9ec536cc095e2e512d1863301dcf37ca92dde8b5
parentea8cfa06795bb30d2ea61f503ef129284492c06a
NFS: Fix SECINFO_NO_NAME

I was using the same decoder function for SECINFO and SECINFO_NO_NAME,
so it was returning an error when it tried to decode an OP_SECINFO_NO_NAME
header as OP_SECINFO.

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