Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GFS2: fix error propagation in init_threads()
If kthread_run() fails, init_threads() returns IS_ERR(p) instead of PTR_ERR(p). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
- Loading branch information