Jan Kara b80697c14d 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>
2008-04-17 14:23:04 +02:00
..
2008-04-17 14:22:24 +02:00
2008-04-17 14:22:23 +02:00
2005-04-16 15:20:36 -07:00
2008-04-17 14:22:23 +02:00
2008-04-17 14:22:23 +02:00
2008-04-17 14:22:23 +02:00
2008-04-17 14:22:24 +02:00