Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-31 Thread Simon Glass
Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami suriya...@gmail.com wrote: The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not update the variable filesize for these files. To deal with this, the fs functions

Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-31 Thread Suriyan Ramasami
Hello Simon, On Thu, Oct 30, 2014 at 7:01 PM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami suriya...@gmail.com wrote: The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not

[U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Suriyan Ramasami
The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not update the variable filesize for these files. To deal with this, the fs functions have been modified to take an additional parameter of type * loff_t which is then

Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Simon Glass
Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami suriya...@gmail.com wrote: The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not update the variable filesize for these files. To deal with this, the fs functions

Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Simon Glass
Hi Suriyan, On 29 October 2014 13:29, Suriyan Ramasami suriya...@gmail.com wrote: Hello Simon, On Wed, Oct 29, 2014 at 12:20 PM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami suriya...@gmail.com wrote: The commands fatls/ext4ls give negative

Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Suriyan Ramasami
Hello Simon, On Wed, Oct 29, 2014 at 12:20 PM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami suriya...@gmail.com wrote: The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not

Re: [U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Suriyan Ramasami
Hello Simon, On Wed, Oct 29, 2014 at 12:31 PM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 29 October 2014 13:29, Suriyan Ramasami suriya...@gmail.com wrote: Hello Simon, On Wed, Oct 29, 2014 at 12:20 PM, Simon Glass s...@chromium.org wrote: Hi Suriyan, On 28 October 2014 17:00,