From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: [PATCH/infiniband-diags] Fix ibdatacounters Date: Tue, 22 Mar 2011 16:11:45 -0600 Message-ID: <20110322221145.GB4954@obsidianresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ira Weiny List-Id: linux-rdma@vger.kernel.org Commit fb3b1e753d527faa08f863a55f7f8392fb01f2ed switched the call to ibdatacounts with ibcheckerrs which breaks the point of the script, put it back. Signed-off-by: Jason Gunthorpe --- scripts/ibdatacounters.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ibdatacounters.in b/scripts/ibdatacounters.in index 1abaaf2..8fad62e 100644 --- a/scripts/ibdatacounters.in +++ b/scripts/ibdatacounters.in @@ -85,7 +85,7 @@ function check_node(lid, port) print "\n# " ntype ": nodeguid 0x" nodeguid " failed" return 1; } - return system("'$IBPATH'/ibcheckerrs '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port); + return system("'$IBPATH'/ibdatacounts '"$ca_info"' '$gflags' '$verbose' '$brief' " lid " " port); } /^Ca/ || /^Switch/ || /^Rt/ { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html