]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs/ext4: Support device block sizes != 512 bytes
authorEgbert Eich <eich@suse.com>
Wed, 1 May 2013 01:13:19 +0000 (01:13 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:16:33 +0000 (08:16 -0400)
commit50ce4c07df1c98aabf4630b35152ed95a87242f7
treec7e506ab5bcb2839a697cb0a89faa3244077cf69
parentb1e6c4c3d4a2b394096766d959aaa9b51a38099b
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>
fs/ext4/dev.c
fs/ext4/ext4_common.c
fs/ext4/ext4_common.h
fs/ext4/ext4_journal.c
fs/ext4/ext4_write.c
fs/ext4/ext4fs.c
include/ext4fs.h
include/ext_common.h