mbox series

[0/3] xfsprogs: sync with 5.10, part 1

Message ID 160375516392.880210.12781119775998925242.stgit@magnolia (mailing list archive)
Headers show
Series xfsprogs: sync with 5.10, part 1 | expand

Message

Darrick J. Wong Oct. 26, 2020, 11:32 p.m. UTC
Hi all,

The first part of syncing libxfs with 5.10.

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.10-sync-part1
---
 include/kmem.h            |    2 +-
 include/xfs_trans.h       |    2 +-
 libxfs/kmem.c             |    2 +-
 libxfs/trans.c            |    6 +++---
 libxfs/xfs_iext_tree.c    |    2 +-
 libxfs/xfs_inode_fork.c   |    8 ++++----
 libxfs/xfs_sb.c           |    4 ++--
 libxfs/xfs_trans_inode.c  |    6 +++---
 libxlog/xfs_log_recover.c |    2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

Comments

Christoph Hellwig Oct. 29, 2020, 9:42 a.m. UTC | #1
On Mon, Oct 26, 2020 at 04:32:43PM -0700, Darrick J. Wong wrote:
> Hi all,
> 
> The first part of syncing libxfs with 5.10.
> 
> 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.

This all looks good to me:

Reviewed-by: Christoph Hellwig <hch@lst.de>