]> git.proxmox.com Git - mirror_spl.git/commit - include/sys/mutex.h
Remove adaptive mutex implementation
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Sep 2014 20:48:35 +0000 (16:48 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:07:28 +0000 (15:07 -0700)
commita80d69caf0daa28d661c88cb699bee02de2e312d
tree0dd74a2c68cd28e82a7ed518e67cb71948b63726
parent56cfabd3e8ceac79703edd4453c2c2d89a15ff6f
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>
config/spl-build.m4
include/sys/mutex.h
man/man5/spl-module-parameters.5
module/spl/spl-mutex.c