From fdd3cfa0aa03c94a78e48ee46e840e2ec9cb41a7 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 3 Jan 2006 14:00:22 +0000 Subject: [PATCH] Back out VFS_LOCK_GIANT.9:1.4, due to losing a race in change/update against revision 1.3. No need to include mount.h twice, once will be quite enough. Pointed out by: simon --- share/man/man9/VFS_LOCK_GIANT.9 | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man9/VFS_LOCK_GIANT.9 b/share/man/man9/VFS_LOCK_GIANT.9 index f0616ee6fe58..9249e6c76157 100644 --- a/share/man/man9/VFS_LOCK_GIANT.9 +++ b/share/man/man9/VFS_LOCK_GIANT.9 @@ -35,7 +35,6 @@ .Nm VFS_UNLOCK_GIANT .Nd "conditionally lock and unlock Giant around entry into VFS" .Sh SYNOPSIS -.In sys/mount.h .In sys/param.h .In sys/mount.h .In sys/vnode.h