From: James Simmons Date: Fri, 25 Aug 2017 14:22:39 +0000 (-0400) Subject: LU-9915 build: remove LC_CONFIG_OBD_BUFFER_SIZE X-Git-Tag: 2.10.53~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5bbe836fe53a3c2f7d7ff245d0b3b6122827f755;p=fs%2Flustre-release.git 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 --- 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"])