diff options
author | emaste <emaste@FreeBSD.org> | 2013-05-22 16:33:28 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2013-05-22 16:33:28 +0000 |
commit | 22c906e7e47bd104bd0a39b343d80ac4409bfa40 (patch) | |
tree | 354439b0139bf5dbeffae21831de7b862ee18fa3 /share | |
parent | 2205d3e0a39004e4a92c1454a275d47128aa45ab (diff) | |
download | FreeBSD-src-22c906e7e47bd104bd0a39b343d80ac4409bfa40.zip FreeBSD-src-22c906e7e47bd104bd0a39b343d80ac4409bfa40.tar.gz |
Remove reference to removed !MPSAFE filesystem support
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/locking.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index b16bcc3..046ce10 100644 --- a/share/man/man9/locking.9 +++ b/share/man/man9/locking.9 @@ -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. |