From: Kent Overstreet Date: Thu, 25 Jul 2013 00:29:09 +0000 (-0700) Subject: bcache: Convert bucket_wait to wait_queue_head_t X-Git-Tag: v3.13-rc1~68^2~1^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35fcd848d72683141052aa9880542461577f2dbe;p=pandora-kernel.git 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 --- Reading git-diff-tree failed