]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Convert try_wait to wait_queue_head_t
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 00:27:07 +0000 (17:27 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:47:58 +0000 (18:47 -0700)
commita3d41ff64f7f6ae492265d51adb4a5d4021924a7
tree398ba01a286a7b22311bf63d71374dab02d170e3
parent3088abc291d9324fc222e8e7830a2cdf1b75b1cc
bcache: Convert try_wait to wait_queue_head_t

We never waited on c->try_wait asynchronously, so just use the standard
primitives.

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