Details

[Home]

Issue of the Implementation # L0106

Brief

GFS2: fix error propagation in init_threads()

Detailed Description

If kthread_run() fails, init_threads() returns IS_ERR(p) instead of PTR_ERR(p).

Component

linux-kernel 3.9

Accepted

https://lkml.org/lkml/2013/6/5/724
commit

Status

Fixed in kernel 3.10-rc5

[Home]