commit | b80697c14dcacd83ed1b78e26ad93b25ecc52c5e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Mar 04 14:14:05 2008 +0100 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 17 14:23:04 2008 +0200 |
tree | 257048b784f69593a8cacbc3a557d5737d98854e | |
parent | 9bf2c6b834f4caad82b3e2d962c266153d39e411 [diff] |
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 <jack@suse.cz>