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 wrote: > On 10 November 2014 13:17, Suriyan Ramasami wrote: >> Change the internal ext4 functions to use loff_t for offsets. >> >> Signed-off-by: Suriyan Ramasami > > Acked-by: Simon Glass > > (BTW you could be more consistent with size, sz, file_siz

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 wrote: > Change the internal ext4 functions to use loff_t for offsets. > > Signed-off-by: Suriyan Ramasami Acked-by: Simon Glass (BTW you could be more consistent with size, sz, file_size - choose one!) ___

[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 --- 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 ++--- fs/sandbox/sandboxfs.c | 78 +