NFS: Fix error handling
authorDavid Howells <dhowells@redhat.com>
Sun, 30 Jul 2006 18:40:56 +0000 (14:40 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:37 +0000 (23:24 -0400)
commit27ba851244f627a302d0fc6469d1ad413fc34fcb
tree383016ee3e96fe7acf62067bda1ed70371ab4640
parent6aaca566503296a73f956908ec98173946134fe2
NFS: Fix error handling

Fix an error handling problem: nfs_put_client() can be given a NULL pointer if
nfs_free_server() is asked to destroy a partially initialised record.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c