diff options
author | Jan Kara <jack@suse.cz> | 2008-03-04 08:14:05 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 08:23:04 -0400 |
commit | b80697c14dcacd83ed1b78e26ad93b25ecc52c5e (patch) | |
tree | 257048b784f69593a8cacbc3a557d5737d98854e /fs/udf/super.c | |
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>
Diffstat (limited to 'fs/udf/super.c')
0 files changed, 0 insertions, 0 deletions