Loading fs/btrfs/async-thread.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -315,6 +315,7 @@ void btrfs_destroy_workqueue(struct btrfs_workqueue *wq) if (wq->high) if (wq->high) __btrfs_destroy_workqueue(wq->high); __btrfs_destroy_workqueue(wq->high); __btrfs_destroy_workqueue(wq->normal); __btrfs_destroy_workqueue(wq->normal); kfree(wq); } } void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max) void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max) Loading Loading
fs/btrfs/async-thread.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -315,6 +315,7 @@ void btrfs_destroy_workqueue(struct btrfs_workqueue *wq) if (wq->high) if (wq->high) __btrfs_destroy_workqueue(wq->high); __btrfs_destroy_workqueue(wq->high); __btrfs_destroy_workqueue(wq->normal); __btrfs_destroy_workqueue(wq->normal); kfree(wq); } } void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max) void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max) Loading