summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-11-30 10:35:09 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-11-30 10:35:09 +0000
commit10d2adeb43e19f56de363f71edea37dec20f5172 (patch)
tree88601e1d3284cb824cc2a8d45055cfc21ef0131b /usr.sbin/afs
parentf1d6e4b2f952c4073efea91213f22bf6f34f8d20 (diff)
No need for vfs_busy() and vfs_unbusy() to take a process pointer
anymore. Testing by jolan@, thanks.
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/include/config.h4
-rw-r--r--usr.sbin/afs/src/include/config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/afs/include/config.h b/usr.sbin/afs/include/config.h
index 57cf01c741e..32e33f0ec59 100644
--- a/usr.sbin/afs/include/config.h
+++ b/usr.sbin/afs/include/config.h
@@ -228,7 +228,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* #undef HAVE_FOUR_ARGUMENT_LOCKMGR */
/* define if vfs_busy takes four arguments */
-#define HAVE_FOUR_ARGUMENT_VFS_BUSY 1
+/* #undef HAVE_FOUR_ARGUMENT_VFS_BUSY */
/* define if vfs_name_hash takes four arguments */
/* #undef HAVE_FOUR_ARGUMENT_VFS_NAME_HASH */
@@ -1260,7 +1260,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* #undef HAVE_THREE_ARGUMENT_SELRECORD */
/* define if vfs_busy takes three arguments */
-/* #undef HAVE_THREE_ARGUMENT_VFS_BUSY */
+#define HAVE_THREE_ARGUMENT_VFS_BUSY 1
/* define if vfs_name_hash takes three arguments */
/* #undef HAVE_THREE_ARGUMENT_VFS_NAME_HASH */
diff --git a/usr.sbin/afs/src/include/config.h b/usr.sbin/afs/src/include/config.h
index eff15d5b639..fc1004e302b 100644
--- a/usr.sbin/afs/src/include/config.h
+++ b/usr.sbin/afs/src/include/config.h
@@ -882,10 +882,10 @@
#define HAVE_THREE_ARGUMENT_VOP_LOCK 1
/* define if vfs_busy takes three arguments */
-/* #undef HAVE_THREE_ARGUMENT_VFS_BUSY */
+#define HAVE_THREE_ARGUMENT_VFS_BUSY 1
/* define if vfs_busy takes four arguments */
-#define HAVE_FOUR_ARGUMENT_VFS_BUSY 1
+/* #undef HAVE_FOUR_ARGUMENT_VFS_BUSY */
/* define if vget takes one argument */
/* #undef HAVE_ONE_ARGUMENT_VGET */