Remove reference to removed !MPSAFE filesystem support

This commit is contained in:
Ed Maste 2013-05-22 16:33:28 +00:00
parent 4b62214f4a
commit 5aa42cabe0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250912

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 25, 2012
.Dd May 22, 2013
.Dt LOCKING 9
.Os
.Sh NAME
@ -167,7 +167,7 @@ Giant is an instance of a mutex, with some special characteristics:
.It
It is recursive.
.It
Drivers and filesystems can request that Giant be locked around them
Drivers can request that Giant be locked around them
by not marking themselves MPSAFE.
Note that infrastructure to do this is slowly going away as non-MPSAFE
drivers either became properly locked or disappear.