Whamcloud - gitweb
e2fsck: fix 64-bit journal support
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 May 2012 01:30:45 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 May 2012 01:30:45 +0000 (21:30 -0400)
commit3b693d0b03569795d04920a04a0a21e5f64ffedc
tree99384c75b4677922fb67230e80ad56edbe670514
parent108e6581fccaf8dd2f8a01d2eb5a02b0478240c7
e2fsck: fix 64-bit journal support

64-bit journal support was broken; we weren't using the high bits from
the journal descriptor blocks!  We were also using "unsigned long" for
the journal block numbers, which would be a problem on 32-bit systems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/jfs_user.h
e2fsck/journal.c
e2fsck/recovery.c