diff options
Diffstat (limited to 'config/kernel-bio-empty-barrier.m4')
-rw-r--r-- | config/kernel-bio-empty-barrier.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/kernel-bio-empty-barrier.m4 b/config/kernel-bio-empty-barrier.m4 index 99549fe24..fda16b3ab 100644 --- a/config/kernel-bio-empty-barrier.m4 +++ b/config/kernel-bio-empty-barrier.m4 @@ -4,7 +4,6 @@ dnl # Empty write barriers are now supported and we should use them. dnl # AC_DEFUN([ZFS_AC_KERNEL_BIO_EMPTY_BARRIER], [ AC_MSG_CHECKING([whether bio_empty_barrier() is defined]) - EXTRA_KCFLAGS="-Werror" ZFS_LINUX_TRY_COMPILE([ #include <linux/bio.h> ],[ |