[U-Boot] [PATCH] fix ext2 inode size and calculations

Wolfgang Denk wd at denx.de
Tue Jul 28 22:31:54 CEST 2009


Dear "Weirich, Bernhard",

In message <CE92B8B581B4584FB8CA86B51EDE8AC51640BAEBD1 at wupexchange.riedel.net> you wrote:
> Fixed some indentations since patch from 2009-06-09.
> Hope this is good now, anyway the whole ext2fs.c file does not conform to coding style guidelines, so maybe someone wants to run Lindent on it...?
> 
> Regards,
> Bernhard
> 
> From: unsik Kim <donari75 at gmail.com>
> Signed-off-by: unsik Kim <donari75 at gmail.com>
> Signed-off-by: Bernhard Weirich <bernhard.weirich at riedel.net>
> 
> --- fs/ext2/ext2fs.c	2009-06-10 13:34:37.000000000 +0200
> +++ fs/ext2/ext2fs.c	2009-06-10 13:52:05.000000000 +0200

Applied, after manually fixing all the formal issues with this patch
(unusable commit message, line too long, incorrect number of leading
slashes in the file names (needs -p0 instead of the required -p1),
etc.

I tested this on several configurations on PowerPC (big-endian), and I
confirm that this fixes the problems we had with 256 byte inode sizes
- the code now works both with the old default of 128 bytes and with
256 bytes inodes.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Change is the essential process of all existence.
	-- Spock, "Let That Be Your Last Battlefield",
	   stardate 5730.2


More information about the U-Boot mailing list