mbox series

[PATCHSET,0/3] xfs: fixes for 6.2

Message ID 166930915825.2061853.2470510849612284907.stgit@magnolia (mailing list archive)
Headers show
Series xfs: fixes for 6.2 | expand

Message

Darrick J. Wong Nov. 24, 2022, 4:59 p.m. UTC
Hi all,

Bug fixes for XFS for 6.2.  The first one fixes stale bdev pagecache
contents after unmount, and the other two resolve gcc warnings.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-6.2-fixes
---
 fs/xfs/xfs_buf.c       |    1 +
 fs/xfs/xfs_trans_ail.c |    4 +++-
 fs/xfs/xfs_xattr.c     |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)