From 2bdff20f97707cf05118e822adf202ccb209e3a5 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Wed, 22 Feb 2023 04:58:58 -0600 Subject: [PATCH] LU-16586 build: Remove old check for linux_selinux_enabled LC_SRC_HAS_LINUX_SELINUX_ENABLED is used and not defined, it should be removed. LC_PROG_LINUX_SRC and LC_PROG_LINUX_RESULTS are defined twice, remove the unused ones. Fixes: a346cf6cf22 ("LU-13485 kernel: Parallel core configure tests") Signed-off-by: Shaun Tancheff Change-Id: I37865c7f7bd6a3f7825084f88295f3fdea8cf920 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50111 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Petros Koutoupis Reviewed-by: Oleg Drokin --- lustre/autoconf/lustre-core.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index c7c4d4b..36d1800 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -3288,9 +3288,6 @@ alloc_inode_sb, [ EXTRA_KCFLAGS="$tmp_flags" ]) # LC_HAVE_ALLOC_INODE_SB -AC_DEFUN([LC_PROG_LINUX_SRC], []) -AC_DEFUN([LC_PROG_LINUX_RESULTS], []) - # # LC_PROG_LINUX # @@ -3463,7 +3460,6 @@ AC_DEFUN([LC_PROG_LINUX_SRC], [ LC_SRC_HAVE_SUNRPC_CACHE_HASH_LOCK_IS_A_SPINLOCK # 5.1 - LC_SRC_HAS_LINUX_SELINUX_ENABLED LC_SRC_HAVE_BVEC_ITER_ALL # 5.2 -- 1.8.3.1