Robert Watson
|
fdd3cfa0aa
|
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
|
2006-01-03 14:00:22 +00:00 |
|
Robert Watson
|
92dc287fdd
|
Add missing mount.h include to VFS_LOCK_GIANT() man page.
Submitted by: Wojciech A. Koszek <dunstan at freebsd dot czest dot pl>
MFC after: 3 days
|
2005-12-24 08:25:15 +00:00 |
|
Simon L. B. Nielsen
|
b5c4679c1a
|
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
|
2005-12-18 08:07:30 +00:00 |
|
Ruslan Ermilov
|
72d835d0a0
|
Unbreak and fix markup.
|
2005-11-18 14:01:11 +00:00 |
|
Robert Watson
|
6b8a3687a1
|
Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9).
Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page.
Discussed with: jeff
MFC after: 3 days
|
2005-09-21 10:19:57 +00:00 |
|