From 5fbf85c4e2a162723bb90ba5723ac4b0837217b9 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Wed, 17 Oct 2018 10:30:08 -0700 Subject: Linux does not HAVE_DNLC Since Linux does not have the Directory Name Lookup Cache, we don't need the code to manage it. Reviewed-by: Brian Behlendorf Reviewed-by: Tim Chase Reviewed-by: George Melikov Reviewed-by: Richard Elling Signed-off-by: Matthew Ahrens Closes #8031 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 782b88c2f..01ddc388c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,7 @@ cppcheck: cppcheck --quiet --force --error-exitcode=2 --inline-suppr \ --suppressions-list=.github/suppressions.txt \ -UHAVE_SSE2 -UHAVE_AVX512F -UHAVE_UIO_ZEROCOPY \ - -UHAVE_DNLC ${top_srcdir}; \ + ${top_srcdir}; \ else \ echo "skipping cppcheck because cppcheck is not installed"; \ fi -- cgit v1.2.3