]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: ext4 write: return file len on success
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Tue, 17 Feb 2015 14:31:52 +0000 (15:31 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:22:30 +0000 (14:22 +0200)
commita3528007167f0fd4f4c7ef7305a07487ba539e93
tree0f7938bc4d192faf94672a8759cff4559d3f2cc9
parent8ce6f9c0e82ddf629f557b535682f468c6059743
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>
fs/ext4/ext4_write.c