From patchwork Fri Nov 6 17:00:24 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Khapyorsky X-Patchwork-Id: 58071 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA6GwABt023480 for ; Fri, 6 Nov 2009 16:58:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759344AbZKFQ6J (ORCPT ); Fri, 6 Nov 2009 11:58:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759298AbZKFQ6J (ORCPT ); Fri, 6 Nov 2009 11:58:09 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]:1377 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759344AbZKFQ6I (ORCPT ); Fri, 6 Nov 2009 11:58:08 -0500 Received: by fg-out-1718.google.com with SMTP id e12so349831fga.1 for ; Fri, 06 Nov 2009 08:58:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :cc:subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=kgj6Gsy+fFUsz7u8wMXZKCroQIXzOuKwznPZK0PxIEs=; b=O5sJv7NNirmyXObdkWZUNdtFV/hsgaySTHDtUDCLduatCXBX2e4NqNMiujCNYpbN5G Zs9vLFu+08QP6gPQy8VraF8Ek1WJYSedymrWURKjxROyKvVTMrkxvlTgJAWa9MzSNzJI PIaMJhK7dcmIxJCbJe3GBnFIxPhD7F7cpBDhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=VMOFVV1aq378EhONvXCuER063FtvFdOZopQbIT0kVsuFTVgojBTs+edo1A3qlWrkBj ExoxXkm1Qit2Ru17hSI4TdROsVl31VPjkNukgudDvsUtZef2JsHGwT4GchcHvmIHp2OV 6rVWcJvVkykkdwf0UEhvl9/fW30LB9ftk2t9Y= Received: by 10.102.226.14 with SMTP id y14mr1791682mug.76.1257526692654; Fri, 06 Nov 2009 08:58:12 -0800 (PST) Received: from me.localdomain (85.64.35.106.dynamic.barak-online.net [85.64.35.106]) by mx.google.com with ESMTPS id s10sm756866mue.22.2009.11.06.08.58.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Nov 2009 08:58:12 -0800 (PST) Received: by me.localdomain (Postfix, from userid 1000) id 812CF11FBF; Fri, 6 Nov 2009 19:00:24 +0200 (IST) Date: Fri, 6 Nov 2009 19:00:24 +0200 From: Sasha Khapyorsky To: Al Chu Cc: linux-rdma@vger.kernel.org Subject: [PATCH] libibnetdisc: remove man page of removed API Message-ID: <20091106170024.GJ7192@me> References: <1257190397.580.30.camel@auk31.llnl.gov> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1257190397.580.30.camel@auk31.llnl.gov> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/infiniband-diags/libibnetdisc/Makefile.am b/infiniband-diags/libibnetdisc/Makefile.am index 7085f14..636d142 100644 --- a/infiniband-diags/libibnetdisc/Makefile.am +++ b/infiniband-diags/libibnetdisc/Makefile.am @@ -44,8 +44,7 @@ man_MANS = man/ibnd_debug.3 \ man/ibnd_find_node_guid.3 \ man/ibnd_iter_nodes.3 \ man/ibnd_iter_nodes_type.3 \ - man/ibnd_show_progress.3 \ - man/ibnd_update_node.3 + man/ibnd_show_progress.3 EXTRA_DIST = $(srcdir)/src/libibnetdisc.map libibnetdisc.ver $(man_MANS) diff --git a/infiniband-diags/libibnetdisc/man/ibnd_update_node.3 b/infiniband-diags/libibnetdisc/man/ibnd_update_node.3 deleted file mode 100644 index 472f3cd..0000000 --- a/infiniband-diags/libibnetdisc/man/ibnd_update_node.3 +++ /dev/null @@ -1,17 +0,0 @@ -.TH IBND_UPDATE_NODE 3 "July 25, 2008" "OpenIB" "OpenIB Programmer's Manual" -.SH "NAME" -ibnd_update_node \- Update the node specified with new data from the fabric. -.SH "SYNOPSIS" -.nf -.B #include -.sp -.BI "ibnd_node_t *ibnd_update_node(ibnd_node_t *node)" -.SH "DESCRIPTION" -.B ibnd_update_node() -Update the node info, port info, and node description of the node specified. -.SH "RETURN VALUE" -.B ibnd_update_node() -Return NULL on failure, otherwise a valid ibnd_node_t object which is part of the fabric object. -.SH "AUTHORS" -.TP -Ira Weiny diff --git a/infiniband-diags/libibnetdisc/src/libibnetdisc.map b/infiniband-diags/libibnetdisc/src/libibnetdisc.map index bd108ab..13bb65a 100644 --- a/infiniband-diags/libibnetdisc/src/libibnetdisc.map +++ b/infiniband-diags/libibnetdisc/src/libibnetdisc.map @@ -5,7 +5,6 @@ IBNETDISC_1.0 { ibnd_discover_fabric; ibnd_destroy_fabric; ibnd_find_node_guid; - ibnd_update_node; ibnd_find_node_dr; ibnd_is_xsigo_guid; ibnd_is_xsigo_tca;