From 5aa42cabe0da8cdef1d99c294d4f4639e35cb8d7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 22 May 2013 16:33:28 +0000 Subject: [PATCH] Remove reference to removed !MPSAFE filesystem support --- share/man/man9/locking.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index b16bcc3c6562..046ce10215a5 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.