Major device numbers were getting dropped on the floor by xfsrestore,
this fixes it. I will get a new rpm out on oss soon. The kernel change
in this mod is just to make the macros visible in the user space header.
Date: Thu Jul 12 10:31:50 PDT 2001
Workarea: jen.americas.sgi.com:/src/lord/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:98712a
linux/fs/xfs/xfs_types.h - 1.52
- export dev_t conversion macros to user space, they are needed by
xfsdump and xfsrestore.
cmd/xfsdump/common/util.c - 1.3
- convert linux dev_t in stat64 return to irix format used in bulkstat
output.
cmd/xfsdump/restore/content.c - 1.9
- convert dump tape format dev_t into linux format dev_t before calling
mknod.
cmd/xfsdump/VERSION - 1.11
- Bump minor version number
cmd/xfsdump/doc/CHANGES - 1.12
- Add new version number comment
cmd/xfsprogs/include/xfs_types.h - 1.4
- export dev_t conversion macros to user space, they are needed by
xfsdump and xfsrestore.
cmd/xfsprogs/doc/CHANGES - 1.23
- Add new version number comment
cmd/xfsprogs/VERSION - 1.21
- Bump minor version - revised xfs_types.h file
|