Whamcloud - gitweb
LU-16814 utils: Change llapi_root_path_open() signature 09/50909/3
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Wed, 10 May 2023 08:48:11 +0000 (14:18 +0530)
committerOleg Drokin <green@whamcloud.com>
Wed, 31 May 2023 19:14:00 +0000 (19:14 +0000)
commitd286cad551212cc9e7e66d9ff81918696a9d88d1
tree7616931b481f439bff9c79ff89ba590c5999db7e
parent5770020076b339f82d8663f53a4312cba47b08d9
LU-16814 utils: Change llapi_root_path_open() signature

This patch changes llapi_root_path_open() first argument
form char * to const char * as the argument passed is
not modified.

This patch also fixes llapi_rmfid and llapi_root_path_open
man page.

Fixes: 5d93025240 ("LU-16427 lfs: rmfid does not print anything on error")
Reported-by: Thomas Bertschinger <bertschinger@lanl.gov>
Test-Parameters: trivial testlist=sanity
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I81de8cb9280af91af8a2de8dbb51f8e82807220d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50909
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Thomas Bertschinger <bertschinger@lanl.gov>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/llapi_rmfid.3
lustre/doc/llapi_root_path_open.3
lustre/include/lustre/lustreapi.h
lustre/utils/lfs.c
lustre/utils/liblustreapi_util.c