mbox series

[PATCHSET,RFC,v1.1,0/4] xfs: minor bugfixes for rt stuff

Message ID 169755740893.3165385.15959700242470322359.stgit@frogsfrogsfrogs (mailing list archive)
Headers show
Series xfs: minor bugfixes for rt stuff | expand

Message

Darrick J. Wong Oct. 17, 2023, 3:45 p.m. UTC
Hi all,

This is a preparatory patchset that fixes a few miscellaneous bugs
before we start in on larger cleanups of realtime units usage.

v1.1: various cleanups suggested by hch

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

With a bit of luck, this should all go splendidly.
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=realtime-fixes-6.7
---
 fs/xfs/libxfs/xfs_bmap.c     |   19 +++----------------
 fs/xfs/libxfs/xfs_rtbitmap.c |   33 +++++++++++++++++++++++++++++++++
 fs/xfs/libxfs/xfs_sb.h       |    2 +-
 fs/xfs/xfs_rtalloc.c         |    2 +-
 fs/xfs/xfs_rtalloc.h         |   27 ++++++++++++++++-----------
 5 files changed, 54 insertions(+), 29 deletions(-)