Whamcloud - gitweb
LU-16962 build: parallel configure cleanup 70/51670/5
authorShaun Tancheff <shaun.tancheff@hpe.com>
Fri, 14 Jul 2023 09:09:38 +0000 (16:09 +0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 19 Aug 2023 05:35:41 +0000 (05:35 +0000)
commit1e9d48625b9a99d651a2e96cf947b60723713304
treeb8c3a1224cb6ac469daab351efc4e7b8637f94a5
parent42bf5f78ba23ed5a7a908c921a5d8ded7544a315
LU-16962 build: parallel configure cleanup

LC_REGISTER_SHRINKER_FORMAT_NAMED macro should use
  register_shrinker_format

LC_HAVE_FILEMAP_GET_FOLIOS_CONTIG macro should use
  filemap_get_folios_contig

LN_SRC_CONFIG_STRSCPY_EXISTS and LN_CONFIG_STRSCPY_EXISTS
  are not defined. Remove the references.

Test-Parameters: trivial
HPE-bug-id: LUS-11709
Fixes: 0006eb3644 ("LU-16328 llite: migrate_folio, vfs_setxattr")
Fixes: ca992899d5 ("LU-16351 llite: Linux 6.1 prandom, folios_contig, vma_iterator")
Fixes: 7fe7f4ca06 ("LU-16520 build: Move strscpy to libcfs common header")
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I0cb630d035a23edfa353040f4c0d25c46eb417d8
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51670
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: xinliang <xinliang.liu@linaro.org>
lustre/autoconf/lustre-core.m4