Whamcloud - gitweb
LU-7734 lnet: fix string.h header inclusion
authorAmir Shehata <amir.shehata@intel.com>
Thu, 11 Aug 2016 01:07:17 +0000 (18:07 -0700)
committerAmir Shehata <amir.shehata@intel.com>
Wed, 25 Jan 2017 03:10:17 +0000 (19:10 -0800)
commitf285d82145eb2d0703600f744e7bfcdb5eaae87f
tree740d39752c18e6936cc511a693aee275f44cb947
parent003ff68d2de60a5a558534b7672be9f63ea4b695
LU-7734 lnet: fix string.h header inclusion

string.h is intended for user space and libcfs_string.h
is intended for kernel space. Use string.h in liblnetconfig
library.

Add cfs_expr_list_values() in the string.h header file since
it's used in liblnetconfig library.

Signed-off-by: Amir Shehata <amir.shehata@intel.com>
Change-Id: I50b1bb1aff6fe176cfbe28f039f34d063c9265e4
Reviewed-on: http://review.whamcloud.com/21874
Tested-by: Jenkins
Reviewed-by: Olaf Weber <olaf@sgi.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
libcfs/include/libcfs/util/string.h
lnet/utils/lnetconfig/liblnetconfig.c
lnet/utils/lnetconfig/liblnetconfig.h