
24 Nov
2014
24 Nov
'14
11:12 p.m.
On Mon, Nov 17, 2014 at 02:39:38PM -0800, Suriyan Ramasami wrote:
The sandbox/ext4/fat/generic fs commands do not gracefully deal with files greater than 2GB. Negative values are returned in such cases.
To handle this, the fs functions have been modified to take an additional parameter of type "* loff_t" which is then populated. The return value of the fs functions are used only for error conditions.
Signed-off-by: Suriyan Ramasami suriyan.r@gmail.com
Acked-by: Simon Glass sjg@chromium.org
series-changes: 6
- (Simon) update fs.h with comments for fs_read/fs_write/fs_size
Applied to u-boot/master, thanks!
--
Tom