Re: [U-Boot] [PATCH v2] fs/ext4: Support device block sizes != 512 bytes.

2013-04-30 Thread Tom Rini
On Tue, Mar 26, 2013 at 08:05:59AM -0400, egbert.e...@gmail.com wrote: From: Egbert Eich e...@suse.com The 512 byte block size was hard coded in the ext4 file systems. Large harddisks today support bigger block sizes typically 4096 bytes. Signed-off-by: Egbert Eich e...@suse.com ---

[U-Boot] [PATCH v2] fs/ext4: Support device block sizes != 512 bytes.

2013-03-26 Thread egbert . eich
From: Egbert Eich e...@suse.com The 512 byte block size was hard coded in the ext4 file systems. Large harddisks today support bigger block sizes typically 4096 bytes. Signed-off-by: Egbert Eich e...@suse.com --- fs/ext4/dev.c | 60 +++