On Wed, Jan 20, 2021 at 01:26:28PM -0800, Harshad Shirwadkar wrote: > From: Harshad Shirwadkar <harshadshirwadkar@xxxxxxxxx> > > In order to make recovery.c identical with kernel, we need endianness > conversion macros (such as cpu_to_be32 and friends) defined in > e2fsprogs. This patch defines these macros and also fixes recovery.c > to use these. These macros are also needed for fast commit recovery > patches later in this series. > > Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@xxxxxxxxx> > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> Thanks, applied. - Ted