From: Marcin Slusarz Date: Sun, 16 Nov 2008 18:02:45 +0000 (+0100) Subject: udf: reduce stack usage of udf_get_filename X-Git-Tag: v2.6.30-rc1~235^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=530f1a5e3e93a038a457faf716975ed19f82831d;p=pandora-kernel.git udf: reduce stack usage of udf_get_filename Allocate strings with kmalloc. Checkstack output: Before: udf_get_filename: 600 After: udf_get_filename: 136 Signed-off-by: Marcin Slusarz Cc: Jan Kara Signed-off-by: Jan Kara --- Reading git-diff-tree failed