commit | 50ce4c07df1c98aabf4630b35152ed95a87242f7 | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.com> | Wed May 01 01:13:19 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri May 10 08:16:33 2013 -0400 |
tree | c7e506ab5bcb2839a697cb0a89faa3244077cf69 | |
parent | b1e6c4c3d4a2b394096766d959aaa9b51a38099b [diff] |
fs/ext4: Support device block sizes != 512 bytes The 512 byte block size was hard coded in the ext4 file systems. Large harddisks today support bigger block sizes typically 4096 bytes. This patch removes this limitation. Signed-off-by: Egbert Eich <eich@suse.com>