From d1054fda727523967470132ee7266d3d934b5124 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 21 Nov 2016 15:35:50 +0100 Subject: 7601 nfs_rwlock_t does not scale with cv_broadcast() Reviewed by: Simon Klinkert Reviewed by: Toomas Soome Approved by: Dan McDonald --- usr/src/uts/common/nfs/rnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/nfs/rnode.h') diff --git a/usr/src/uts/common/nfs/rnode.h b/usr/src/uts/common/nfs/rnode.h index 3925f05282..fc85e2e5ec 100644 --- a/usr/src/uts/common/nfs/rnode.h +++ b/usr/src/uts/common/nfs/rnode.h @@ -164,7 +164,7 @@ typedef struct lock_manager_pid_list { * A homegrown reader/writer lock implementation. It addresses * two requirements not addressed by the system primitives. They * are that the `enter" operation is optionally interruptible and - * that that they can be re`enter'ed by writers without deadlock. + * that they can be re`enter'ed by writers without deadlock. */ typedef struct nfs_rwlock { int count; -- cgit v1.2.3