mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
[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
@ -304,8 +304,8 @@ out_clear_poll:
|
||||
.size = 0,
|
||||
.used = 0 });
|
||||
out_free:
|
||||
kfree(p);
|
||||
sigio_unlock();
|
||||
kfree(p);
|
||||
out_close2:
|
||||
close(l_sigio_private[0]);
|
||||
close(l_sigio_private[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user