Update xfsprogs so that the libdisk/md.c code sets stripe width using number
of raid-disks and doesn't include spare disks.
Make xfsprogs get its __u32 & friends types from <asm/types.h> if it exists.
Date: Thu Sep 21 16:44:55 AEST 2006
Workarea: chook.melbourne.sgi.com:/build/tes/xfs-cmds
Inspected by: stripathi@xxxxxxxxx,bnaujok@xxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb
Modid: master-melb:xfs-cmds:27016a
xfsprogs/configure.in - 1.37 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/configure.in.diff?r1=text&tr1=1.37&r2=text&tr2=1.36&f=h
- Add a AC_CHECK_TYPES for __u32 in <asm/types.h>.
xfsprogs/VERSION - 1.163 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/VERSION.diff?r1=text&tr1=1.163&r2=text&tr2=1.162&f=h
- Bump to 2.8.13.
xfsprogs/doc/CHANGES - 1.220 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/doc/CHANGES.diff?r1=text&tr1=1.220&r2=text&tr2=1.219&f=h
- Describe changes for 2.8.13.
xfsprogs/libdisk/md.c - 1.19 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libdisk/md.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h
- Use raid_disks in lieu of nr_disks so that we don't include spares.
Thanks to Shailendra.
xfsprogs/include/platform_defs.h.in - 1.34 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/include/platform_defs.h.in.diff?r1=text&tr1=1.34&r2=text&tr2=1.33&f=h
- Don't define the __u32 family types if we can get them from
<asm/types.h>.
|