From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 31 Oct 2006 06:07:12 +0000 (-0800) Subject: [PATCH] uml ubd driver: various little changes X-Git-Tag: v2.6.19-rc5~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d7c28ec0b50ac57ddc909ae6eca1519473f300;p=pandora-kernel.git [PATCH] uml ubd driver: various little changes Fix a small memory leak in ubd_config, and clearify the confusion which lead to it. Then, some little changes not affecting operations - * move init functions together, * add a comment about a potential problem in case of some evolution in the block layer, * mark all initcalls as static __init functions * mark an used once little function as inline * document that mconsole methods are all called in process context (was triggered when checking ubd mconsole methods). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed