Whamcloud - gitweb
LU-11264 llapi: clean up llapi_search_tgt() code 92/35092/5
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 7 Jun 2019 03:39:36 +0000 (21:39 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 12 Jul 2019 05:19:31 +0000 (05:19 +0000)
commit096db80e0810b4abb8e268a58623c23bf0b57d2c
treeb14b530e47f92169bc7a8838f34279e7cec78a4d
parent3611352b699ce479779c0ff92ca558d9321e58a2
LU-11264 llapi: clean up llapi_search_tgt() code

Clean up llapi_search_tgt() and helper functions llapi_search_ost()
and llapi_search_mdt() to set errno on return.

Add man pages for all of these functions.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ieb2e93208fbc1b1492f632d8ce1383ca9fdec5f2
Reviewed-on: https://review.whamcloud.com/35092
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Olaf Faaland-LLNL <faaland1@llnl.gov>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/llapi_search_mdt.3 [new file with mode: 0644]
lustre/doc/llapi_search_ost.3 [new file with mode: 0644]
lustre/doc/llapi_search_tgt.3 [new file with mode: 0644]
lustre/doc/lustreapi.7
lustre/include/lustre/lustreapi.h
lustre/utils/liblustreapi.c
lustre/utils/liblustreapi_util.c