mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
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 <behlendorf1@llnl.gov>
This commit is contained in:
@@ -102,30 +102,6 @@ The system hostid file
|
||||
Default value: \fB/etc/hostid\fR.
|
||||
.RE
|
||||
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user