Re: [PATCH v2] btrfs-progs: build system: Fix the test for EXT4_EPOCH_MASK

2021-03-15 Thread David Sterba
On Mon, Mar 15, 2021 at 11:19:47PM +0100, Pierre Labastie wrote: > On Mon, 2021-03-15 at 15:53 +0100, David Sterba wrote: > > On Sun, Mar 14, 2021 at 07:49:13PM +0100, Pierre Labastie wrote: > > > +AX_CHECK_DEFINE([ext2fs/ext2_fs.h], [EXT4_EPOCH_MASK], > > > +    [AC_DEFINE([HAVE_EXT4_E

Re: [PATCH v2] btrfs-progs: build system: Fix the test for EXT4_EPOCH_MASK

2021-03-15 Thread Pierre Labastie
On Mon, 2021-03-15 at 15:53 +0100, David Sterba wrote: > On Sun, Mar 14, 2021 at 07:49:13PM +0100, Pierre Labastie wrote: > > After sending the first version of the patch, I realized that it > > was flawed, because of some formatting by the MUA. It took me > > some time to set up an MTA so that git

Re: [PATCH v2] btrfs-progs: build system: Fix the test for EXT4_EPOCH_MASK

2021-03-15 Thread David Sterba
On Sun, Mar 14, 2021 at 07:49:13PM +0100, Pierre Labastie wrote: > After sending the first version of the patch, I realized that it > was flawed, because of some formatting by the MUA. It took me > some time to set up an MTA so that git send-email works. Now the > patch should apply cleanly. Please

Re: [PATCH v2] btrfs-progs: build system: Fix the test for EXT4_EPOCH_MASK

2021-03-15 Thread David Sterba
On Sun, Mar 14, 2021 at 07:49:13PM +0100, Pierre Labastie wrote: > After sending the first version of the patch, I realized that it > was flawed, because of some formatting by the MUA. It took me > some time to set up an MTA so that git send-email works. Now the > patch should apply cleanly. Please