Re: [U-Boot] [PATCH] fs: ext4 write: return file len on success

2015-02-20 Thread Przemyslaw Marczak
Hello, On 02/17/2015 03:31 PM, Przemyslaw Marczak wrote: 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.marc...@samsung.com Cc: Sjoerd Simons

[U-Boot] [PATCH] fs: ext4 write: return file len on success

2015-02-17 Thread Przemyslaw Marczak
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.marc...@samsung.com Cc: Sjoerd Simons sjoerd.sim...@collabora.co.uk Cc: Lukasz Majewski

Re: [U-Boot] [PATCH] fs: ext4 write: return file len on success

2015-02-17 Thread Stephen Warren
On 02/17/2015 07:31 AM, Przemyslaw Marczak wrote: 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. Tested-by: Stephen Warren swar...@nvidia.com This fixes the issue I mentioned in