]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Convert bucket_wait to wait_queue_head_t
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 00:29:09 +0000 (17:29 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:48:09 +0000 (18:48 -0700)
commit7878b89be6faa90f046ad72b78b1d93120f281f0
tree6d3b825d9cf4779bc2748a56e2dcf032a80e66d2
parenta3d41ff64f7f6ae492265d51adb4a5d4021924a7
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>
drivers/md/bcache/alloc.c
drivers/md/bcache/bcache.h
drivers/md/bcache/btree.c
drivers/md/bcache/btree.h
drivers/md/bcache/request.c
drivers/md/bcache/super.c