Displaying 1 result from an estimated 1 matches for "__btrfs_start_workers".
2011 Dec 23
2
re: Btrfs: fix num_workers_starting bug and other bugs in async thread
...579 spin_unlock_irqrestore(&workers->lock, flags);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
We unlock here.
580 /* we''re below the limit, start another worker */
581 ret = __btrfs_start_workers(workers);
582 if (ret)
583 goto fallback;
584 goto again;
585 }
586 }
587 goto found;
588
589 fallback:
590 fallback = NULL;
591 /...