]> git.proxmox.com Git - mirror_spl-debian.git/commit
Fix usage of MUTEX macro in mutex_enter_nested
authorPrakash Surya <surya1@llnl.gov>
Mon, 12 Dec 2011 23:37:30 +0000 (15:37 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 13 Dec 2011 19:04:21 +0000 (11:04 -0800)
commit93806f58a620e3e0fabd75db538c789cdc653afe
tree0c76ec43b9bc99de3a464cf2f36c9fabcf185970
parent791dc876eb59f1543fee0bcfc1a97691c643ea3c
Fix usage of MUTEX macro in mutex_enter_nested

A call site of the MUTEX macro had incorrectly placed its closing
parenthesis, causing two parameters to be passed rather than one. This
change moves the misplaced parenthesis to fix the typographical error.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #70
include/sys/mutex.h