diff options
-rw-r--r-- | drivers/md/bcache/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/alloc.c b/drivers/md/bcache/alloc.c index 9308c053e9fc..d1012bb5dc78 100644 --- a/drivers/md/bcache/alloc.c +++ b/drivers/md/bcache/alloc.c @@ -431,7 +431,6 @@ static int bch_allocator_thread(void *arg) bch_allocator_push(ca, bucket)); fifo_pop(&ca->free_inc, bucket); - wake_up(&c->mca_wait); closure_wake_up(&c->bucket_wait); } |