Re: [U-Boot] [PATCH v7 4/6] sandbox: prepare for API change for files greater than 2GB

2014-11-14 Thread Suriyan Ramasami
On Tue, Nov 11, 2014 at 4:50 PM, Simon Glass s...@chromium.org wrote: On 10 November 2014 13:17, Suriyan Ramasami suriya...@gmail.com wrote: Change the internal ext4 functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami suriya...@gmail.com Acked-by: Simon Glass

Re: [U-Boot] [PATCH v7 4/6] sandbox: prepare for API change for files greater than 2GB

2014-11-11 Thread Simon Glass
On 10 November 2014 13:17, Suriyan Ramasami suriya...@gmail.com wrote: Change the internal ext4 functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami suriya...@gmail.com Acked-by: Simon Glass s...@chromium.org (BTW you could be more consistent with size, sz, file_size - choose

[U-Boot] [PATCH v7 4/6] sandbox: prepare for API change for files greater than 2GB

2014-11-10 Thread Suriyan Ramasami
Change the internal ext4 functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v7: * Split it so that its bisectable. arch/sandbox/cpu/os.c| 13 arch/sandbox/cpu/state.c | 8 ++--- common/board_f.c | 8 ++---