Whamcloud - gitweb
LU-11380 llapi: add llapi_fid_parse() helper 84/36184/11
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 13 Sep 2019 23:27:23 +0000 (17:27 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Dec 2019 01:03:53 +0000 (01:03 +0000)
commit21d671b3af09af65d38a454e677c5da9830e0c7a
treee482cdb1a1e14b5ac26a0e6ea763a6bbb21bece5
parentf575372b52833028968b05d16a910372e2d5d994
LU-11380 llapi: add llapi_fid_parse() helper

Split the llapi_* FID handling functions to a separate file
rather than continually increasing the size of liblustrepai.c.

Add llapi_fid_parse() to parse a string to binary struct lu_fid.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I15abfaf888a5474d62feebab4e8db543ba3ebbe5
Reviewed-on: https://review.whamcloud.com/36184
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Olaf Faaland-LLNL <faaland1@llnl.gov>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/Makefile.am
lustre/doc/llapi_fid_parse.3 [new file with mode: 0644]
lustre/doc/lustreapi.7
lustre/include/lustre/lustreapi.h
lustre/utils/LCOPYING
lustre/utils/Makefile.am
lustre/utils/lfs.c
lustre/utils/lhsmtool_posix.c
lustre/utils/liblustreapi.c
lustre/utils/liblustreapi_fid.c [new file with mode: 0644]
lustre/utils/obd.c