Re: [U-Boot] fs: ext4: fix symlink read function

2015-09-27 Thread Gary Bisson
Hi Suriyan, On Sun, Sep 27, 2015 at 8:05 AM, Suriyan Bhavani wrote: > Hi Gary, >Recently you submitted a patch to fix the ext4 symlnik issue. > > Can you please tell me the actual commands that failed or gave wrong > results? The load command (tested on ext4 partition) was failing with an er

[U-Boot] fs: ext4: fix symlink read function

2015-09-27 Thread Suriyan Bhavani
Hi Gary, Recently you submitted a patch to fix the ext4 symlnik issue. Can you please tell me the actual commands that failed or gave wrong results? I ask cause I am trying to do the below: 1. Incorporate symlnk test in fs-test.sh 2. use host instead of sb as sb is deprecated 3. Reproduce the

Re: [U-Boot] fs: ext4: fix symlink read function

2015-09-12 Thread Tom Rini
On Mon, Sep 07, 2015 at 11:20:07AM +0200, Gary Bisson wrote: > Since last API changes for files >2GB, the read of symlink is broken as > ext4fs_read_file now returns 0 instead of the length of the actual read. > > Signed-off-by: Gary Bisson Applied to u-boot/master, thanks! -- Tom signature