Commit Graph

6 Commits

Author SHA1 Message Date
Barry Naujok 2c578cb87f Update xfsprogs to latest kernel headers and functions
Merge of master-melb:xfs-cmds:32070a by kenmcd.
2008-09-08 06:18:43 +00:00
Barry Naujok acd3e44ecf Add support for sb_bad_features2 in QA 122
Merge of master-melb:xfs-cmds:31022a by kenmcd.

  Add support for sb_bad_features2 in superblock structure
2008-05-05 06:25:29 +00:00
David Disseldorp dfd5bd939e XFSQA 122 on machines with xfs_lazy_sb.patch have failed due to the addition of __be32 agf_btreeblks to xfs_agf_t.
This change causes 122 detect whether the patch is installed by greping for lazy count in mkfs output, the xfs_agf_t size is then filtered based on the patch status.
The original intention was to check /lib/modules/$(uname -r)/source/fs/xfs/xfs_ag.h for btreeblks and filter on this, however the kernel source is not a prereq for XFSQA.
Merge of master-melb:xfs-cmds:28014a by kenmcd.

  pipe get_structs.c output through _type_size_filter to filter out known changes to xfs type sizes
2007-02-05 02:52:17 +00:00
Allan Randall 6631e39f44 Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line
Merge of master-melb:xfs-cmds:26276a by kenmcd.

  Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line
2006-06-19 06:10:49 +00:00
Tim Shimmin 1e1fa61c88 update for the extra 32/64 variants of EFI/EFD/inode log format structures.
Merge of master-melb:xfs-cmds:26265a by kenmcd.

  update for the extra 32/64 variants of EFI/EFD/inode log format structures.
2006-06-16 06:08:07 +00:00
Tim Shimmin 543e4a76fa An attempt at looking at the sizes of xfs structures with exclusions
for ones that we know are different.
The aim is to help pick up on extensions to structures and addition
of structures which for instance may vary on 32 bit and 64 bit word size
versions.
Merge of master-melb:xfs-cmds:26056a by kenmcd.

  An attempt at looking at the sizes of xfs structures with exclusions
  for ones that we know are different.
  The aim is to help pick up on extensions to structures and addition
  of structures which for instance may vary on 32 bit and 64 bit word size
  versions.
2006-05-26 15:38:44 +00:00