]> git.proxmox.com Git - mirror_spl.git/commit
Add mutex_enter_nested() as wrapper for mutex_lock_nested().
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 15 Nov 2009 22:27:15 +0000 (14:27 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 15 Nov 2009 22:27:15 +0000 (14:27 -0800)
commit05b48408fb8bc420908d93d97231bb6727b17e9a
tree6d85a3265b31b366ce1b63d9303f9af356b30fd1
parent8b45dda2bc82ee821992b928ea9d7278a953e8f9
Add mutex_enter_nested() as wrapper for mutex_lock_nested().

This symbol can be used by GPL modules which use the SPL to handle
cases where a call path takes a two different locks by the same
name.  This is needed to avoid a false positive in the lock checker.
include/sys/mutex.h