+xfsprogs (2.8.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org> Thu, 18 May 2006 16:27:47 +1000
+
xfsprogs (2.7.16-1) unstable; urgency=low
* New upstream release.
-[cvs]
+xfsprogs-2.8.0 (18 May 2006)
+ - Initial pass at user space caching, ultimately provides
+ a starting point for a faster, parallel version of repair.
+ - Fix several inode/buffer reference counting issues.
+ - Fix compiler warnings, and builds on certain glibc versions
+ having issues with the device major() macro.
- Added code to xfs_db and xfs_admin to allow conversion
from version 1 to version 2 logs.
xfsprogs-2.7.18 (16 May 2006)
- - Fixed a case where xfs_repair was reporting a valid used
+ - Fixed a case where xfs_repair was reporting a valid used
block as a duplicate during phase 4.
- Fixed a case where xfs_repair could incorrectly flag extent
b+tree nodes as corrupt.
fprintf(stderr, _("%s: %s: device %lld is not open\n"),
progname, __FUNCTION__, (long long)device);
exit(1);
+ /* NOTREACHED */
}
/* libxfs_device_open:
fprintf(stderr, _("%s: %s: too many open devices\n"),
progname, __FUNCTION__);
exit(1);
+ /* NOTREACHED */
}
void