summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_LOCK_GIANT.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-93/+0
| | | | | | | | | | | | In particular, do not lock Giant conditionally when calling into the filesystem module, remove the VFS_LOCK_GIANT() and related macros. Stop handling buffers belonging to non-mpsafe filesystems. The VFS_VERSION is bumped to indicate the interface change which does not result in the interface signatures changes. Conducted and reviewed by: attilio Tested by: pho
* Back out VFS_LOCK_GIANT.9:1.4, due to losing a race in change/updaterwatson2006-01-031-1/+0
| | | | | | | against revision 1.3. No need to include mount.h twice, once will be quite enough. Pointed out by: simon
* Add missing mount.h include to VFS_LOCK_GIANT() man page.rwatson2005-12-241-0/+1
| | | | | Submitted by: Wojciech A. Koszek <dunstan at freebsd dot czest dot pl> MFC after: 3 days
* VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,simon2005-12-181-0/+1
| | | | | | | | so also include sys/mount.h in SYNOPSIS. PR: docs/90541 Submitted by: Wojciech A. Koszek dunstan^freebsd.czest.pl MFC after: 1 week
* Unbreak and fix markup.ru2005-11-181-6/+8
|
* Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9).rwatson2005-09-211-0/+90
Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page. Discussed with: jeff MFC after: 3 days
OpenPOWER on IntegriCloud