Hi Barry,
Could you do an xfsprogs point release (before your next big batch
of repair updates if possible) via the following couple of patches?
This will let me resolve a couple of Debian issues, and fixes up a
dopey warning in xfs_io builds. I see one remaining warning, from
xfs_repair:
dir2.c: In function âprocess_leaf_node_dir2â:
dir2.c:1796: warning: âgreatest_hashvalâ may be used uninitialized in
this function
Which is because of the way the called function is structured - here
gcc is saying if the process_leaf_block_dir2 "for" loop is not entered
then there may be the possibility of using "greatest_hashval" without
setting it up. Not immediately obvious what the best fix is, but not
a big deal (its always been this way, not sure its even a real issue).
thanks!
--
Nathan
fix-warnings
Description: Text Data
bump-version
Description: Text Data
|