Home
last modified time | relevance | path

Searched hist:b1a14f8a1c2e72d5c58269d0200f722d8eec19c4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.cb1a14f8a1c2e72d5c58269d0200f722d8eec19c4 Mon Nov 01 16:28:00 UTC 2010 Stefan Roese <sr@denx.de> UBIFS: Change ubifsload to not read beyond the requested size

Until now ubifsload pads the destination with 0 up to a multiple of
UBIFS_BLOCK_SIZE (4KiB) while reading a file to memory. This patch
changes this behaviour to only read to the requested length. This
is either the file length or the length/size provided as parameter
to the ubifsload command.

Signed-off-by: Stefan Roese <sr@denx.de>