Remove remaining mention of queued_mtx
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 22:19:08 +0000 (15:19 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 22:19:08 +0000 (15:19 -0700)
commit9a9047252cda6ae79ba733efea15b0a78ca933cd
tree1b2aeefbed52bcd8184dbdb91da595a2fc5b853d
parent09517f61202ae412ee2317d46eb0d2506d9adb12
Remove remaining mention of queued_mtx

This mutex has been removed.  bt_mtx covers src/submit.c's state now
instead of a mix of queued_mtx and queued_bt_mtx covering a mix of global
state and submit.c state.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
src/corewatcher.h
src/submit.c