FS#25341 - [linux] use Ext4 driver for Ext3 and Ext2 filesystems
Attached to Project:
Arch Linux
Opened by Matthias Dienstbier (fs4000) - Sunday, 31 July 2011, 20:01 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 22 February 2012, 16:17 GMT
Opened by Matthias Dienstbier (fs4000) - Sunday, 31 July 2011, 20:01 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 22 February 2012, 16:17 GMT
|
Details
Fedora 16 is using the Ext4 driver for Ext2/3 filesystems by
using the kernel config EXT4_USE_FOR_EXT23.
All the benefits are described here: http://fedoraproject.org/wiki/Features/UseExt4ForExt3AndExt2 This change won't be as unproblematic for us as for Fedora because we build the drivers as modules. So everyone who loads ext2/3 module manually will have to change to the ext4 module. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 22 February 2012, 16:17 GMT
Reason for closing: Implemented
Additional comments about closing: 3.2.7-1 3.0.22-1
Wednesday, 22 February 2012, 16:17 GMT
Reason for closing: Implemented
Additional comments about closing: 3.2.7-1 3.0.22-1
Personally, I like my ext2 partitions to be handled by the old/sturdy 40KB ext2 driver, rather than a subset of the new 184KB ext4 driver.