bcache: Kill btree_io_wq
authorKent Overstreet <kmo@daterainc.com>
Thu, 23 Jan 2014 09:44:55 +0000 (01:44 -0800)
committerKent Overstreet <kmo@daterainc.com>
Tue, 18 Mar 2014 19:23:35 +0000 (12:23 -0700)
commit56b30770b27d54d68ad51eccc6d888282b568cee
tree21e2a98e8eaa0c11933513cdbdb1d65d6e401ad3
parent2a285686c109816ba71a00b9278262cf02648258
bcache: Kill btree_io_wq

With the locking rework in the last patch, this shouldn't be needed anymore -
btree_node_write_work() only takes b->write_lock which is never held for very
long.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/bcache.h
drivers/md/bcache/btree.c
drivers/md/bcache/super.c