[PATCH] uml: move outside spinlock call not needing it
Move a call to kfree on a local variable out of a spinlock - there's no need to have it in. Done on a just merged patch. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ccea15f45e
commit
e6fb54abb8
1 changed files with 1 additions and 1 deletions
|
@ -304,8 +304,8 @@ out_clear_poll:
|
||||||
.size = 0,
|
.size = 0,
|
||||||
.used = 0 });
|
.used = 0 });
|
||||||
out_free:
|
out_free:
|
||||||
kfree(p);
|
|
||||||
sigio_unlock();
|
sigio_unlock();
|
||||||
|
kfree(p);
|
||||||
out_close2:
|
out_close2:
|
||||||
close(l_sigio_private[0]);
|
close(l_sigio_private[0]);
|
||||||
close(l_sigio_private[1]);
|
close(l_sigio_private[1]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue