From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 17 Feb 2015 15:38:39 -0700 Subject: [U-Boot] [PATCH] fs: ext4 write: return file len on success In-Reply-To: <1424183512-18290-1-git-send-email-p.marczak@samsung.com> References: <1424183512-18290-1-git-send-email-p.marczak@samsung.com> Message-ID: <54E3C2EF.1000106@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 This fixes the issue I mentioned in the DFU-related thread.