commit | 940aab490215424a269f93d2eba2794fc8b3e269 | [log] [tgz] |
---|---|---|
author | Malahal Naineni <malahal@us.ibm.com> | Tue Sep 20 17:27:14 2011 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 20 18:44:04 2011 -0500 |
tree | 6dec5a3d9476fd3c409d7a73040e0eafb1eba756 | |
parent | b6ee8cd2642f6d822dd1a4ba62298b65ff99b72e [diff] |
Check validity of cl_rpcclient in nfs_server_list_show As soon as the nfs_client gets created, its cl_rpcclient is set to ERR_PTR(-EINVAL). The rpc client structure is allocated later. Check if the client is ready before using the cl_rpcclient pointer. Signed-off-by: Malahal Naineni <malahal@us.ibm.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>