Debian userspace updates
Christoph Hellwig
hch at infradead.org
Sat Dec 20 16:51:52 CST 2008
On Sat, Dec 20, 2008 at 11:25:49AM +1100, Nathan Scott wrote:
> Hi,
>
> Here's a couple of trivial patches from updating the Debian
> userspace packages. Please merge - thanks!
2.10.2 is purely a tarball release,
> Index: xfsprogs-2.10.2/debian/changelog
> ===================================================================
> --- xfsprogs-2.10.2.orig/debian/changelog 2008-12-20 11:18:09.875260474 +1100
> +++ xfsprogs-2.10.2/debian/changelog 2008-12-20 11:18:13.473172568 +1100
> @@ -1,3 +1,13 @@
> +xfsprogs (2.10.2-1) unstable; urgency=low
> +
> + * New upstream release
> + * No longer ignore -i maxpct option in mkfs.xfs (closes: #500593)
> + * Correct features2 superblock field handling (closes: #473135)
> + * 32 bit emulation on 64 bit kernels works (closes: #485020)
> + * Fix up large sector handling in mkfs (closes: #489421)
> +
> + -- Nathan Scott <nathans at debian.org> Sat, 20 Dec 2008 10:14:27 +1100
But we should probably throw this into the git tree so it's in there
once 3.0 is released.
> Index: xfsprogs-2.10.2/libxfs/xfs_dir2.c
> ===================================================================
> --- xfsprogs-2.10.2.orig/libxfs/xfs_dir2.c 2008-12-20 11:21:21.985184849 +1100
> +++ xfsprogs-2.10.2/libxfs/xfs_dir2.c 2008-12-20 11:21:33.795013403 +1100
> @@ -21,6 +21,7 @@
> * Top-level and utility routines.
> */
>
> +#include <ctype.h>
> #include <xfs.h>
>
> extern const struct xfs_nameops xfs_default_nameops;
While this one has been fixed in the meantime by including ctype.h in
platform_defs.h
More information about the xfs
mailing list