commit | e6fb54abb8a36703f54b7e27a756a3df6667c37b | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | Mon Apr 10 22:53:36 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:36 2006 -0700 |
tree | 282b65f740c069949d487aa8cdab82cb3f1742de | |
parent | ccea15f45eb0ab12d658f88b5d4be005cb2bb1a7 [diff] |
[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>