From 5bbe836fe53a3c2f7d7ff245d0b3b6122827f755 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Fri, 25 Aug 2017 10:22:39 -0400 Subject: [PATCH] LU-9915 build: remove LC_CONFIG_OBD_BUFFER_SIZE One last piece of the CONFIG_LUSTRE_OBD_MAX_IOCTL_BUFFER removal was missed. Test-Parameters: trivial Change-Id: I37970459b1d9427edf52938a6c15f36901c8a462 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/28710 Tested-by: Jenkins Reviewed-by: Bob Glossman Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/autoconf/lustre-core.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 4f14c6f..7c97323 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -2981,8 +2981,6 @@ AC_DEFUN([LC_CONFIGURE], [ AC_MSG_NOTICE([Lustre core checks ==============================================================================]) -LC_CONFIG_OBD_BUFFER_SIZE - AS_IF([test $target_cpu == "i686" -o $target_cpu == "x86_64"], [CFLAGS="$CFLAGS -Wall -Werror"]) -- 1.8.3.1