fix xfs build on big endian architectures and cleanup
a couple of build warnings. Thanks to Dave Miller and
Anton Blanchard for catching this.
Steve
Date: Wed Oct 16 07:52:30 PDT 2002
Workarea: cf-vpn-sw-corp-64-32.corp.sgi.com:/home/lord/src/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:130142a
linux/fs/xfs/xfs_inode_item.h - 1.41
- switch to 64 bit extent types in here, we were using them
as such anyway.
linux/fs/xfs/xfs_bmap_btree.h - 1.54
- fix xfs_bmbt_disk_set_allf definition on big endian boxes
linux/fs/xfs/xfs_bmap_btree.c - 1.129
- kill a dead code path in the extent endian code.
linux/fs/xfs/xfs_inode.c - 1.356
- fix unused var warning on big endian arch
linux/fs/xfs/linux/xfs_globals.c - 1.38
- only export xfs_bmbt_disk_get_all on platforms where it
is a function not a define
|