Whamcloud - gitweb
LU-14817 build: __xa_set_mark is not checked anymore 38/44138/3
authorVitaly Fertman <c17818@cray.com>
Sat, 3 Jul 2021 09:25:14 +0000 (12:25 +0300)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Jul 2021 18:47:42 +0000 (18:47 +0000)
commit88bb292426cc6e398f530a06d3c5852760c8edfa
tree64a778237820626a953043f556a1a4b8fae295e7
parent48f8978e6e7571ef6c9772ab82a40ed5466bc0b7
LU-14817 build: __xa_set_mark is not checked anymore

LC__XA_SET_MARK does not check for __xa_set_mark anymore after
LU-9859, however the result variable still exists and its value
has changed from 'no' to 'yes'.

Test-Parameters: trivial
Fixes: 84e12028be ("LU-9859 libcfs: add support for Xarray")
Signed-off-by: Vitaly Fertman <vitaly.fertman@hpe.com>
Change-Id: I24fffe7f2727b1d892ec3cabfc6e65ae8f68e024
Reviewed-on: https://review.whamcloud.com/44138
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4