From: Marc Dionne Date: Mon, 28 Aug 2006 20:16:44 +0000 (+0000) Subject: DEVEL15-get-sbdev-configure-test-20060828 X-Git-Tag: openafs-devel-1_5_8~28 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cdaff8453d462e44f9bb656fe7738d7b6641e5d0;p=packages%2Fo%2Fopenafs.git DEVEL15-get-sbdev-configure-test-20060828 FIXES 38736 the autoconf glue was missed before (cherry picked from commit 7ee51491035be767fc0e9d72a8471179b9874127) --- diff --git a/acinclude.m4 b/acinclude.m4 index 136e33c4a..ee364638e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -616,6 +616,7 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) LINUX_SCHED_STRUCT_TASK_STRUCT_HAS_RLIM LINUX_SCHED_STRUCT_TASK_STRUCT_HAS_SIGNAL_RLIM LINUX_SCHED_STRUCT_TASK_STRUCT_HAS_EXIT_STATE + LINUX_GET_SB_HAS_STRUCT_VFSMOUNT LINUX_REFRIGERATOR LINUX_LINUX_KEYRING_SUPPORT LINUX_KEY_ALLOC_NEEDS_STRUCT_TASK @@ -779,6 +780,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) if test "x$ac_cv_linux_sched_struct_task_struct_has_exit_state" = "xyes"; then AC_DEFINE(STRUCT_TASK_STRUCT_HAS_EXIT_STATE, 1, [define if your struct task_struct has exit_state]) fi + if test "x$ac_cv_linux_get_sb_has_struct_vfsmount" = "xyes"; then + AC_DEFINE(GET_SB_HAS_STRUCT_VFSMOUNT, 1, [define if your get_sb_nodev needs a struct vfsmount argument]) + fi if test "x$ac_cv_linux_func_a_writepage_takes_writeback_control" = "xyes" ; then AC_DEFINE(AOP_WRITEPAGE_TAKES_WRITEBACK_CONTROL, 1, [define if your aops.writepage takes a struct writeback_control argument]) fi