NFS: Make nfs_fhget() return appropriate error values
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:48 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:48 +0000 (13:44 -0500)
commit03f28e3a2059fc466761d872122f30acb7be61ae
treed478e553b79520c34bb3d06e75b59609de2993f4
parent01d0ae8beaee75d954900109619b700fe68707d9
NFS: Make nfs_fhget() return appropriate error values

Currently it returns NULL, which usually gets interpreted as ENOMEM. In
fact it can mean a host of issues.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c
fs/nfs/inode.c
fs/nfs/nfs4proc.c