Re: [U-Boot] [PATCH v7 3/6] ext4: 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 --- Changes in v7: * Split it so that its bisectable. Acked-by: Simon Glass s...@chromium.org I'll see

[U-Boot] [PATCH v7 3/6] ext4: 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. common/cmd_ext4.c | 61 +++ fs/ext4/ext4_common.c | 24