Opened 14 years ago

Closed 14 years ago

#5695 closed bug (fixed)

[patch] ReiserFS 3.5 support fix

Reported by: wtachi Owned by: bonefish
Priority: normal Milestone: R1
Component: File Systems/ReiserFS Version: R1/Development
Keywords: gsoc2010 Cc:
Blocked By: Blocking:
Platform: All

Description

There are basically three different versions of ReiserFS:

  • 3.6. The superblock is at 64K.
  • Normal 3.5. The superblock is at 64K.
  • Old-layout 3.5. The superblock is at 8K. The bitmap blocks are also placed differently, but we don't care because we don't use them.

The current code doesn't check for normal 3.5, so such filesystems won't be recognized as ReiserFS. This patch fixes that.

Attachments (1)

reiserfs-3.5-fix.patch (1.7 KB ) - added by wtachi 14 years ago.

Download all attachments as: .zip

Change History (5)

by wtachi, 14 years ago

Attachment: reiserfs-3.5-fix.patch added

comment:1 by anevilyak, 14 years ago

Owner: changed from nobody to bonefish
Status: newassigned

comment:2 by wtachi, 14 years ago

Component: File SystemsFile Systems/ReiserFS

Updating ticket for new component File Systems/ReiserFS.

comment:3 by wtachi, 14 years ago

Keywords: gsoc2010 added

comment:4 by bonefish, 14 years ago

Resolution: fixed
Status: assignedclosed

Thanks! Applied in hrev36102.

Note: See TracTickets for help on using tickets.