U-Boot: Update for reading inodes on ext2fs revision 1
commit57f7a4288aaa08d2dc480a923372e7a7781ce882
authorRask Ingemann Lambertsen <rask@sygehus.dk>
Thu, 23 Apr 2009 19:18:38 +0000 (23 21:18 +0200)
committerNelson Castillo <arhuaco@freaks-unidos.net>
Thu, 23 Apr 2009 20:09:45 +0000 (23 15:09 -0500)
treee07d12da36c036f596e68a46d74b3cd83c45647f
parentb20cc520a22715fe7ff069b36b7dfdbb925a8e5a
U-Boot: Update for reading inodes on ext2fs revision 1

   [based on Grub2 trunk revisions 1236 and 1237]

   The code to read ext2fs inodes was assuming a revision 0 file system.
This patch fixes a miscalculation of inode position on revision 1 file
systems, where the inodes might not be 128 bytes in size.

Signed-off-by: Rask Ingemann Lambertsen <rask@sygehus.dk>
fs/ext2/ext2fs.c