commit | 56b30770b27d54d68ad51eccc6d888282b568cee | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Thu Jan 23 01:44:55 2014 -0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Tue Mar 18 12:23:35 2014 -0700 |
tree | 21e2a98e8eaa0c11933513cdbdb1d65d6e401ad3 | |
parent | 2a285686c109816ba71a00b9278262cf02648258 [diff] |
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>