]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-disable-linux-flock-20070209
authorDerrick Brashear <shadow@dementia.org>
Fri, 9 Feb 2007 18:52:59 +0000 (18:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 9 Feb 2007 18:52:59 +0000 (18:52 +0000)
this needs more testing before we can run with it

acinclude.m4

index 5ebd730850ab5c7970e7333fd60a9d9e05ddd9b9..b1439464146ca3f9eb0b2b62a51dc05575a20c04 100644 (file)
@@ -839,7 +839,7 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*)
                  AC_DEFINE(INIT_WORK_HAS_DATA, 1, [define if INIT_WORK takes a data (3rd) argument])
                 fi
                 if test "x$ac_cv_linux_fs_struct_fop_has_flock" = "xyes" ; then
-                 AC_DEFINE(STRUCT_FILE_OPERATIONS_HAS_FLOCK, 1, [define if your struct file_operations has flock])
+                 echo flock support is currently disabled in OpenAFS 1.4 for Linux
                 fi
                 if test "x$ac_cv_linux_exports_tasklist_lock" = "xyes" ; then
                  AC_DEFINE(EXPORTED_TASKLIST_LOCK, 1, [define if tasklist_lock exported])