From d88b0b9a7b673cb828af6b68e5a9c48052b96a48 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Tue, 27 Apr 2010 18:25:15 -0400 Subject: [PATCH] Linux autoconf typo The test for the new export ops has a typo which makes the test fail where it should succeed: eops -> _eops Change-Id: I97dd0707b911c51f6394ada426a98e06a83ad35e Reviewed-on: http://gerrit.openafs.org/1867 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/cf/linux-test4.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf/linux-test4.m4 b/src/cf/linux-test4.m4 index fb66836..8b4fd94 100644 --- a/src/cf/linux-test4.m4 +++ b/src/cf/linux-test4.m4 @@ -478,7 +478,7 @@ AC_DEFUN([LINUX_NEW_EXPORT_OPS], [ [ac_cv_linux_new_export_ops], [#include ], [struct export_operations _eops; - eops.fh_to_parent(NULL, NULL, 0, 0);], + _eops.fh_to_parent(NULL, NULL, 0, 0);], [NEW_EXPORT_OPS], [define if kernel uses new export ops]) ]) -- 1.9.4