All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsdump: add AC_SYS_LARGEFILE
@ 2017-06-09  3:05 Eric Sandeen
  2017-06-09  5:51 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2017-06-09  3:05 UTC (permalink / raw)
  To: linux-xfs

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>
---

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,


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsdump: add AC_SYS_LARGEFILE
  2017-06-09  3:05 [PATCH] xfsdump: add AC_SYS_LARGEFILE Eric Sandeen
@ 2017-06-09  5:51 ` Christoph Hellwig
  2017-06-09 15:45   ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2017-06-09  5:51 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsdump: add AC_SYS_LARGEFILE
  2017-06-09  5:51 ` Christoph Hellwig
@ 2017-06-09 15:45   ` Eric Sandeen
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Sandeen @ 2017-06-09 15:45 UTC (permalink / raw)
  To: Christoph Hellwig, Eric Sandeen; +Cc: linux-xfs

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-09 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-09  3:05 [PATCH] xfsdump: add AC_SYS_LARGEFILE Eric Sandeen
2017-06-09  5:51 ` Christoph Hellwig
2017-06-09 15:45   ` Eric Sandeen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.