]> git.proxmox.com Git - mirror_zfs.git/commit
Add lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEP
authorOlaf Faaland <faaland1@llnl.gov>
Fri, 6 Nov 2015 17:38:27 +0000 (09:38 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Dec 2015 18:20:29 +0000 (10:20 -0800)
commite0553a74adf1b1035e1ae25ca7feacacdeb93931
tree09fc982f81a5f04e6d3b54db6333f0ef6128d400
parent76d5bf196cf6e5625f884a9ebbdaf53873a5a979
Add lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEP

Both lock types were introduced in SPL to allow some locks to be
taken/released with linux lockdep turned off.  See SPL commit for
details.

Add the new lock types to zfs_context.h to allow user space compilation.

Depends on SPL commit 692ae8d
SPL pull request refs/pull/480/head

Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3895
include/sys/zfs_context.h