diff mbox

xfsdump: add AC_SYS_LARGEFILE

Message ID 7120a48c-a832-ed92-411d-b97888f41e54@redhat.com (mailing list archive)
State Superseded
Headers show

Commit Message

Eric Sandeen June 9, 2017, 3:05 a.m. UTC
After:

7fda99a0 xfs.h: require transparent LFS for all users

xfsdump stopped building against the xfs headers; add
largefile support.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Christoph Hellwig June 9, 2017, 5:51 a.m. UTC | #1
I'm pretty sure I saw a patch like this posted to the list a while
ago.  But either way it looks fine to me:

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Eric Sandeen June 9, 2017, 3:45 p.m. UTC | #2
On 6/9/17 12:51 AM, Christoph Hellwig wrote:
> I'm pretty sure I saw a patch like this posted to the list a while
> ago.  But either way it looks fine to me:

Sigh, you sure did.  From me.  I suck.  Sorry about that!

I'd better get a release pushed out, I guess, after I investigate one
more bug.

-Eric

> Reviewed-by: Christoph Hellwig <hch@lst.de>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 7bb6f1d..8d78ed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@  AC_CONFIG_SRCDIR([common/main.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_PREFIX_DEFAULT(/usr)
 
+AC_SYS_LARGEFILE
+
 AC_PROG_LIBTOOL
 
 AC_ARG_ENABLE(shared,