mbox series

[PATCHSET,0/8] xfsprogs: sync libxfs with 5.19

Message ID 165644930619.1089724.12201433387040577983.stgit@magnolia (mailing list archive)
Headers show
Series xfsprogs: sync libxfs with 5.19 | expand

Message

Darrick J. Wong June 28, 2022, 8:48 p.m. UTC
Hi all,

This series corrects any build errors in libxfs and backports libxfs
changes from the kernel.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-5.19-sync
---
 db/check.c               |   10 +++++++---
 db/metadump.c            |   11 +++++++----
 include/xfs_mount.h      |    7 -------
 libxfs/util.c            |    6 ------
 libxfs/xfs_attr.c        |   47 ++++++++++++++--------------------------------
 libxfs/xfs_attr.h        |   17 +----------------
 libxfs/xfs_attr_leaf.c   |   37 ++++++++++++++++++++----------------
 libxfs/xfs_attr_leaf.h   |    3 +--
 libxfs/xfs_da_btree.h    |    4 +++-
 logprint/log_print_all.c |    2 +-
 repair/attr_repair.c     |   20 ++++++++++++++++++++
 repair/dinode.c          |   14 ++++++++++----
 12 files changed, 84 insertions(+), 94 deletions(-)

Comments

Dave Chinner June 28, 2022, 10:55 p.m. UTC | #1
On Tue, Jun 28, 2022 at 01:48:26PM -0700, Darrick J. Wong wrote:
> Hi all,
> 
> This series corrects any build errors in libxfs and backports libxfs
> changes from the kernel.
> 
> If you're going to start using this mess, you probably ought to just
> pull from my git trees, which are linked below.
> 
> This is an extraordinary way to destroy everything.  Enjoy!
> Comments and questions are, as always, welcome.
> 
> --D
> 
> xfsprogs git tree:
> https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-5.19-sync
> ---
>  db/check.c               |   10 +++++++---
>  db/metadump.c            |   11 +++++++----
>  include/xfs_mount.h      |    7 -------
>  libxfs/util.c            |    6 ------
>  libxfs/xfs_attr.c        |   47 ++++++++++++++--------------------------------
>  libxfs/xfs_attr.h        |   17 +----------------
>  libxfs/xfs_attr_leaf.c   |   37 ++++++++++++++++++++----------------
>  libxfs/xfs_attr_leaf.h   |    3 +--
>  libxfs/xfs_da_btree.h    |    4 +++-
>  logprint/log_print_all.c |    2 +-
>  repair/attr_repair.c     |   20 ++++++++++++++++++++
>  repair/dinode.c          |   14 ++++++++++----
>  12 files changed, 84 insertions(+), 94 deletions(-)

Whole series looks good.

Reviewed-by: Dave Chinner <dchinner@redhat.com>