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 wrote: > Hi Suriyan, > > On 28 October 2014 17:00, Suriyan Ramasami 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

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

2014-10-30 Thread Simon Glass
Hi Suriyan, On 28 October 2014 17:00, Suriyan Ramasami 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 have been modif

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 wrote: > Hi Suriyan, > > On 29 October 2014 13:29, Suriyan Ramasami wrote: >> Hello Simon, >> >> On Wed, Oct 29, 2014 at 12:20 PM, Simon Glass wrote: >>> Hi Suriyan, >>> >>> On 28 October 2014 17:00, Suriyan Ramasami wrote: The co

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 wrote: > Hi Suriyan, > > On 28 October 2014 17:00, Suriyan Ramasami wrote: >> The commands fatls/ext4ls give negative values when dealing with files >> greater than 2GB. >> The commands fatsize/ext4size do not update the variable filesiz

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 wrote: > Hello Simon, > > On Wed, Oct 29, 2014 at 12:20 PM, Simon Glass wrote: >> Hi Suriyan, >> >> On 28 October 2014 17:00, Suriyan Ramasami wrote: >>> The commands fatls/ext4ls give negative values when dealing with files >>> greater tha

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 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 have been modif

[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 popula