Date: Thu, 20 Jun 2019 16:36:20 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349237 - head/share/man/man9 Message-ID: <201906201636.x5KGaKRt086779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Thu Jun 20 16:36:20 2019 New Revision: 349237 URL: https://svnweb.freebsd.org/changeset/base/349237 Log: VOP_REVOKE(9): update locking requirements per r143495 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20524 Modified: head/share/man/man9/VOP_REVOKE.9 Modified: head/share/man/man9/VOP_REVOKE.9 ============================================================================== --- head/share/man/man9/VOP_REVOKE.9 Thu Jun 20 15:56:08 2019 (r349236) +++ head/share/man/man9/VOP_REVOKE.9 Thu Jun 20 16:36:20 2019 (r349237) @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 5, 2002 +.Dd June 20, 2019 .Dt VOP_REVOKE 9 .Os .Sh NAME @@ -61,7 +61,7 @@ to signify that all access will be revoked; any other .Sh LOCKS The .Fa vp -must be unlocked on entry, and will remain unlocked upon return. +must be exclusively locked on entry, and will remain locked upon return. .Sh SEE ALSO .Xr make_dev_alias 9 , .Xr vnode 9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906201636.x5KGaKRt086779>