diff options
author | Brian Behlendorf <[email protected]> | 2014-09-29 16:48:35 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-17 15:07:28 -0700 |
commit | a80d69caf0daa28d661c88cb699bee02de2e312d (patch) | |
tree | 0dd74a2c68cd28e82a7ed518e67cb71948b63726 /man | |
parent | 56cfabd3e8ceac79703edd4453c2c2d89a15ff6f (diff) |
Remove adaptive mutex implementation
Since the Linux 2.6.29 kernel all mutexes have been adaptive mutexs.
There is no longer any point in keeping this code so it is being
removed to simplify the code.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/spl-module-parameters.5 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/man/man5/spl-module-parameters.5 b/man/man5/spl-module-parameters.5 index 9b351762c..33e10b53c 100644 --- a/man/man5/spl-module-parameters.5 +++ b/man/man5/spl-module-parameters.5 @@ -105,30 +105,6 @@ Default value: \fB/etc/hostid\fR. .sp .ne 2 .na -\fBmutex_spin_max\fR (int) -.ad -.RS 12n -Spin a maximum of N times to acquire lock -.sp -.ne 2 -.na -\fBPossible values:\fR -.sp -.RS 12n - \fB0\fR Never spin when trying to acquire lock -.sp -\fB-1\fR Spin until acquired or holder yields without dropping lock -.sp -\fB1-MAX_INT\fR Spin for N attempts before sleeping for lock -.RE -.sp -.ne -4 -Default value: \fB0\fR. -.RE - -.sp -.ne 2 -.na \fBspl_taskq_thread_bind\fR (int) .ad .RS 12n |