Home
last modified time | relevance | path

Searched hist:"22 b7509efb35d7bda05260d5730124dbdc3ea9dc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c22b7509efb35d7bda05260d5730124dbdc3ea9dc Tue Feb 17 14:31:52 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> fs: ext4 write: return file len on success

After rework of the file system API, the size of ext4
write was missed. This causes printing unreliable write
size at the end of the file system write operation.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>