Tag: d7015c120e0ac55d86cabbe7a14997b99f39e282

[S390] arch/s390/kernel: Add missing unlock

Author: Julia Lawall <julia@diku.dk> In the default case the lock is not unlocked. The return is converted to a goto, to share the unlock at the end of the function. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r exists@ expression E1; identifier f; @@ f (…) …

Continue reading