diff options
author | Marcel Telka <marcel@telka.sk> | 2016-11-21 15:35:50 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-12-07 11:33:31 -0500 |
commit | d1054fda727523967470132ee7266d3d934b5124 (patch) | |
tree | 392799da61fb0b96f643148d37c414d6c6bb6f04 /usr/src/uts/common/nfs/rnode.h | |
parent | fdff6cea3adcb1f377a673bc22c427ce25917f05 (diff) | |
download | illumos-joyent-d1054fda727523967470132ee7266d3d934b5124.tar.gz |
7601 nfs_rwlock_t does not scale with cv_broadcast()
Reviewed by: Simon Klinkert <simon.klinkert@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common/nfs/rnode.h')
-rw-r--r-- | usr/src/uts/common/nfs/rnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |