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)
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>

No differences found