udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)
authorJan Kara <jack@suse.cz>
Tue, 4 Mar 2008 13:14:05 +0000 (14:14 +0100)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:23:04 +0000 (14:23 +0200)
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>

No differences found