Commits
Jean-Jacques Hiblot committed f44f74ecc0a
fs: ext4: constify the buffer passed to write functions commit b000180b0f467851525aae3d0dfb8ab3a9dbcf8f upstream There is no need to modify the buffer passed to ext4fs_write_file(). The memset() call is not required here and was likely copied from the equivalent part of the ext4fs_read_file() function where we do need it. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>