From: Jan Kara Date: Tue, 4 Mar 2008 13:14:05 +0000 (+0100) Subject: udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) X-Git-Tag: v2.6.26-rc1~1108^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80697c14dcacd83ed1b78e26ad93b25ecc52c5e;p=pandora-kernel.git udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) There are several places in UDF where we declared temporary arrays of UDF_NAME_LEN bytes on stack. This is not nice to stack usage so this patch changes those places to use kmalloc() instead. Also clean up bail-out paths in those functions when we are changing them. Signed-off-by: Jan Kara --- Reading git-diff-tree failed