This change should get log recovery working on 64 bit big
endian arches such as sparc64 for which Nicolas Boullis
created his patch (bugzilla#328).
Change xfs_contig_bits to work on 32/64 and both endian styles.
This change was contributed by nboullis@xxxxxxxxxx based
on xfs_next_bit which exists in the xfs code.
Date: Wed May 19 20:27:56 PDT 2004
Workarea: snort.melbourne.sgi.com:/home/tes/isms/xfs-linux
Inspected by: nboullis@xxxxxxxxxx,nathans@xxxxxxx
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/xfs-kern/xfs-linux
Modid: xfs-linux:xfs-kern:172115a
xfs_bit.c - 1.26
- Change xfs_contig_bits to work on 32/64 and both endian styles.
This change was contributed by nboullis@xxxxxxxxxx based
on xfs_next_bit which exists in the xfs code.
I've also simplified xfs_next_bit after looking at this code.
xfs_log_recover.c - 1.287
- Add asserts to ensure that the bit routine worked.
|