VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,

so also include sys/mount.h in SYNOPSIS.

PR:		docs/90541
Submitted by:	Wojciech A. Koszek dunstan^freebsd.czest.pl
MFC after:	1 week
This commit is contained in:
simon 2005-12-18 08:07:30 +00:00
parent 0a081d09f4
commit d26ec6ea63

View File

@ -36,6 +36,7 @@
.Nd "conditionally lock and unlock Giant around entry into VFS"
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
.In sys/vnode.h
.Ft int
.Fn VFS_LOCK_GIANT "struct mount *mp"