From patchwork Mon Oct 29 17:34:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 195082 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "aserp1040.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 3D2DF2C008A for ; Tue, 30 Oct 2012 04:34:33 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q9THYR7K023606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 29 Oct 2012 17:34:28 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q9THYR9d001141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Oct 2012 17:34:27 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TStEJ-000504-0Z; Mon, 29 Oct 2012 10:34:27 -0700 Received: from acsinet22.oracle.com ([141.146.126.238]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TStEH-0004zx-Pt for fedfs-utils-devel@oss.oracle.com; Mon, 29 Oct 2012 10:34:25 -0700 Received: from acsinet11.oracle.com (acsinet11.oracle.com [141.146.126.233]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q9THYPEW017193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 29 Oct 2012 17:34:25 GMT Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by acsinet11.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q9THYONj030145 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 29 Oct 2012 17:34:24 GMT Received: by mail-ie0-f171.google.com with SMTP id s9so6641109iec.2 for ; Mon, 29 Oct 2012 10:34:23 -0700 (PDT) Received: by 10.50.0.140 with SMTP id 12mr10448720ige.63.1351532063840; Mon, 29 Oct 2012 10:34:23 -0700 (PDT) Received: from seurat.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id b13sm6491766igp.7.2012.10.29.10.34.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Oct 2012 10:34:21 -0700 (PDT) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Mon, 29 Oct 2012 13:34:20 -0400 Message-ID: <20121029173419.53098.6163.stgit@seurat.1015granger.net> In-Reply-To: <20121029173011.53098.41779.stgit@seurat.1015granger.net> References: <20121029173011.53098.41779.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.223.171 ct-class=R4 ct-vol1=-97 ct-vol2=9 ct-vol3=8 ct-risk=30 ct-spam1=37 ct-spam2=8 ct-bulk=6 rcpts=1 size=835 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090203.508EBE21.0014,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 1/9] nsdbc: Add missing documenting comment X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] Documenting comment for nsdb_list_resolve_and_display() is missing. Signed-off-by: Chuck Lever --- src/nsdbc/nsdb-list.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/nsdbc/nsdb-list.c b/src/nsdbc/nsdb-list.c index 5f058b3..0e271b2 100644 --- a/src/nsdbc/nsdb-list.c +++ b/src/nsdbc/nsdb-list.c @@ -103,6 +103,13 @@ nsdb_list_display_fsls(struct fedfs_fsl *fsls) } } +/** + * Resolve an FSN and display the returned FSL list + * + * @param host an initialized and bound nsdb_t object + * @param nce a NUL-terminated C string containing DN of NSDB container entry + * @param fsn_uuid a NUL-terminated C string containing FSN UUID + */ static void nsdb_list_resolve_and_display_fsn(nsdb_t host, const char *nce, const char *fsn_uuid) {