commit | 35fcd848d72683141052aa9880542461577f2dbe | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Jul 24 17:29:09 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sun Nov 10 21:56:04 2013 -0800 |
tree | f88ebdbc88c9c7eebf33f603a2deb24e39e2bb9a | |
parent | e8e1d4682c8cb06dbcb5ef7bb851bf9bcb889c84 [diff] |
bcache: Convert bucket_wait to wait_queue_head_t At one point we did do fancy asynchronous waiting stuff with bucket_wait, but that's all gone (and bucket_wait is used a lot less than it used to be). So use the standard primitives. Signed-off-by: Kent Overstreet <kmo@daterainc.com>