From 217ea0b04202f1debe18253b39c7ad6b5d8ee1ac Mon Sep 17 00:00:00 2001 From: Jens Muecke Date: Sat, 17 Mar 2012 21:30:31 +0000 Subject: Update xfsprogs to 3.1.4 to 3.1.7 Changelog at http://xfs.org/index.php/XFS_Status_Updates SVN-Revision: 30965 --- package/xfsprogs/patches/110-uclibc_no_ustat.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'package/xfsprogs/patches/110-uclibc_no_ustat.patch') diff --git a/package/xfsprogs/patches/110-uclibc_no_ustat.patch b/package/xfsprogs/patches/110-uclibc_no_ustat.patch index 9cd2dc2..c46e802 100644 --- a/package/xfsprogs/patches/110-uclibc_no_ustat.patch +++ b/package/xfsprogs/patches/110-uclibc_no_ustat.patch @@ -1,3 +1,11 @@ +commit 7b1d0a98e779170232c0a81b4749ab934ec67a7e +Author: Jens Muecke +Date: Thu Jan 26 00:36:42 2012 +0100 + + 110-uclibc_no_ustat + +diff --git a/libxfs/linux.c b/libxfs/linux.c +index 2e07d54..6a6c905 100644 --- a/libxfs/linux.c +++ b/libxfs/linux.c @@ -21,7 +21,9 @@ @@ -18,7 +26,7 @@ /* Pad ust; pre-2.6.28 linux copies out too much in 32bit compat mode */ struct ustat ust[2]; struct stat64 st; -@@ -68,6 +71,7 @@ platform_check_ismounted(char *name, cha +@@ -68,6 +71,7 @@ platform_check_ismounted(char *name, char *block, struct stat64 *s, int verbose) progname, name); return 1; } -- cgit v1.1