Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle kthread_create() failures properly in taskq_create().
The return value should be checked with IS_ERR() to deal with possible -ENOMEM or other errors.
- Loading branch information