u-boot/fs/ext4
Łukasz Majewski 13d43555a9 fs:ext4:write: Initialize cache aligned filename buffer
The filename buffer is allocated dynamically. It must be cache aligned.
Moreover, it is necessary to erase its content before we use it for
file name operations.

This prevents from corruption of written file names.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2012-12-07 08:47:53 -07:00
..
Makefile fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00
crc16.c ext4fs write support 2012-08-09 23:48:02 +02:00
crc16.h ext4fs write support 2012-08-09 23:48:02 +02:00
dev.c fs:ext4:write: Store block device descriptor in file system structure 2012-12-07 08:47:52 -07:00
ext4_common.c fs:ext4:fix: Code refactoring to suppress compiler warnings 2012-12-07 08:47:53 -07:00
ext4_common.h fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00
ext4_journal.c fs:ext4:fix: Code refactoring to suppress compiler warnings 2012-12-07 08:47:53 -07:00
ext4_journal.h ext4fs write support 2012-08-09 23:48:02 +02:00
ext4fs.c fs:ext4:write: Initialize cache aligned filename buffer 2012-12-07 08:47:53 -07:00