From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 11 Apr 2006 05:53:39 +0000 (-0700) Subject: [PATCH] uml: fix big stack user X-Git-Tag: v2.6.17-rc2~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87276f721a9407a4a152b09265dc079f37674672;p=pandora-kernel.git [PATCH] uml: fix big stack user Switch this proc from storing 4k of data (a whole path) on the stack to keeping it on the heap. Maybe it's not called in process context but only in early boot context (where in UML you have a normal process stack on the host) but just to be safe, fix it. While at it some little readability simplifications. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed