aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/super.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-03-04 14:14:05 +0100
committerJan Kara <jack@suse.cz>2008-04-17 14:23:04 +0200
commitb80697c14dcacd83ed1b78e26ad93b25ecc52c5e (patch)
tree257048b784f69593a8cacbc3a557d5737d98854e /fs/udf/super.c
parent9bf2c6b834f4caad82b3e2d962c266153d39e411 (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