commit | 13d43555a9154cf12255023c47e80d947d7d0604 | [log] [tgz] |
---|---|---|
author | Ćukasz Majewski <l.majewski@samsung.com> | Wed Dec 05 08:06:40 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Dec 07 08:47:53 2012 -0700 |
tree | 87c0164ebdca3110238832c7b6010d69c469a4be | |
parent | d429ca0d831024b1b1845db8a5e950b44e10db04 [diff] |
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>