From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Sun, 02 Sep 2012 16:34:09 -0500 Subject: [U-Boot] [PATCH V5 1/2] ext4fs ls load support In-Reply-To: <20120902113644.04596203B2F@gemini.denx.de> References: <1326131690-25090-1-git-send-email-uma.shankar@samsung.com> <1337961104-21198-1-git-send-email-uma.shankar@samsung.com> <20120809215028.B6F0E20401A@gemini.denx.de> <50244D5A.3080304@gmail.com> <20120813115226.A59C9204046@gemini.denx.de> <50294743.5010907@gmail.com> <20120813191729.37D1A202C5B@gemini.denx.de> <502963FC.70706@gmail.com> <20120902113644.04596203B2F@gemini.denx.de> Message-ID: <5043D0D1.7040706@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/02/2012 06:36 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <502963FC.70706@gmail.com> you wrote: >> >>> Can you upload the image somewhere? And indicate which exact >>> problems we should look for? >> >> Yes, I'll have to recreate one with a reasonable size. > > Did you manage to find time to create an image that couldbe used for > testing this issue? I tried, but unfortunately with a smaller partition it all works fine. So a 1.2GB partition was fine and a ~250GB partition was not. I'm not sure where the breaking point is. Perhaps just taking a hard disk with an x86 install to ext4 fs would be enough to test this. Doing this using highbank qemu model and the disk image being my laptop's drive, I don't see 0 length directories, but I do see other issues reading some directories: Highbank #ext2ls scsi 0:1 /usr/ 4096 . 4096 .. 69632 bin 4096 games 20480 include 36864 lib 4096 local 12288 sbin 12288 share 4096 src 4096 x86_64-linux-gnu 4096 arm-linux-gnueabihf 4096 arm-linux-gnueabi Highbank #ext2ls scsi 0:1 /usr/bin invalid extent block I would say go ahead and merge this. It's at least usable for smaller /boot type partitions and may not show up on SD and MMC cards. Rob