Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267230
b: refs/heads/master
c: 940aab4
h: refs/heads/master
v: v3
  • Loading branch information
Malahal Naineni authored and Trond Myklebust committed Oct 20, 2011
1 parent d43c636 commit c6b67a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6ee8cd2642f6d822dd1a4ba62298b65ff99b72e
refs/heads/master: 940aab490215424a269f93d2eba2794fc8b3e269
4 changes: 4 additions & 0 deletions trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,10 @@ static int nfs_server_list_show(struct seq_file *m, void *v)
/* display one transport per line on subsequent lines */
clp = list_entry(v, struct nfs_client, cl_share_link);

/* Check if the client is initialized */
if (clp->cl_cons_state != NFS_CS_READY)
return 0;

seq_printf(m, "v%u %s %s %3d %s\n",
clp->rpc_ops->version,
rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR),
Expand Down

0 comments on commit c6b67a9

Please sign in to comment.