]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reword descriptions of asserting locks held without WITNESS.
authorBryan Drewery <bdrewery@FreeBSD.org>
Tue, 29 Mar 2016 16:07:51 +0000 (16:07 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Tue, 29 Mar 2016 16:07:51 +0000 (16:07 +0000)
commita23b48fee5d018f5c06683cc46ed8e148f8de18f
tree97464ab3f7838ae680ac45a9ae641935bfd88866
parent2dfe93f0ab0d1f520bdd33890532611bf4205744
Reword descriptions of asserting locks held without WITNESS.

This corrects an error in r296947 in that it is not possible to assert
which thread holds a shared (or read) lock, but it is possible to assert
that one is held.  Just not very useful.

MFC after: 1 week
Submitted by: wblock, jhb
Reviewed by: kib (earlier version), jhb, wblock
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5659
share/man/man9/rwlock.9
share/man/man9/sx.9