diff options
author | Jan Kara <jack@suse.cz> | 2008-03-04 13:14:05 (GMT) |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 12:23:04 (GMT) |
commit | b80697c14dcacd83ed1b78e26ad93b25ecc52c5e (patch) | |
tree | 257048b784f69593a8cacbc3a557d5737d98854e /fs/jbd2/Makefile | |
parent | 9bf2c6b834f4caad82b3e2d962c266153d39e411 (diff) | |
download | linux-b80697c14dcacd83ed1b78e26ad93b25ecc52c5e.tar.xz |
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/jbd2/Makefile')
0 files changed, 0 insertions, 0 deletions