
On Tue, Mar 26, 2013 at 08:05:59AM -0400, egbert.eich@gmail.com wrote:
From: Egbert Eich eich@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 eich@suse.com
fs/ext4/dev.c | 60 +++++++++++++++++++++++++++++++---------------- fs/ext4/ext4_common.c | 42 ++++++++++++++++++--------------- fs/ext4/ext4_common.h | 2 +- fs/ext4/ext4_journal.c | 6 +--- fs/ext4/ext4_write.c | 32 +++++++++++++------------ fs/ext4/ext4fs.c | 14 ++++++---- include/ext4fs.h | 1 + include/ext_common.h | 12 ++------- 8 files changed, 94 insertions(+), 75 deletions(-)
This breaks the sandbox and trats boards (same problem on both), please fix, thanks!