Opened 15 years ago
Closed 15 years ago
#5704 closed enhancement (fixed)
Updated ext2 superblock
Reported by: | jvff | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/ext2 | Version: | R1/Development |
Keywords: | gsoc2010 ext2 ext3 ext4 superblock | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
The superblock structure has been updated (based on the current Linux ext3 code), and adds initial ext4 support. Full ext4 superblock compatibility hasn't been checked.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | ext2_ext4sb.patch added |
---|
comment:1 by , 15 years ago
The superblock structure has been updated (based on the current Linux ext3 code), and adds initial ext4 support. Full ext4 superblock compatibility hasn't been checked.
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
Updated description according to jvff's request.
comment:3 by , 15 years ago
Keywords: | gsoc2010 added |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | R1/alpha1 → R1/Development |
Applied in hrev36142.
However, did you actually try to compile it? Because journal_inode was defined twice with your changes (I renamed the new entry to journal_inode_backup).
Note:
See TracTickets
for help on using tickets.
Patch for updated superblock