NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
authorBryan Schumaker <bjschuma@netapp.com>
Fri, 27 Apr 2012 17:27:39 +0000 (13:27 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 18:10:01 +0000 (14:10 -0400)
commitdb0a9593d52f935c80085d8993bdcead1ad30b0c
treee0ca32d8d4366042479cb2a87d6fe87998a9849f
parent31e4dda4747713de13889f7c79c7aec341fea61b
NFS: Handle exceptions coming out of nfs4_proc_fs_locations()

We don't want to return -NFS4ERR_WRONGSEC to the VFS because it could
cause the kernel to oops.

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