Merge tag 'refactor-rtbitmap-accessors-6.7_2023-10-19' of https://git.kernel.org...
authorChandan Babu R <chandanbabu@kernel.org>
Mon, 23 Oct 2023 05:24:45 +0000 (10:54 +0530)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 23 Oct 2023 05:24:45 +0000 (10:54 +0530)
commit830b4abfe2de63691a2bb5bcc17d7254b61b7c7d
treec59ee8ca7f5070f08e16718fd2266bbf4e3e84e4
parent035e32f7524dd30f187ee23d2331832a61f3fc87
parent663b8db7b0256b81152b2f786e45ecf12bdf265f
Merge tag 'refactor-rtbitmap-accessors-6.7_2023-10-19' of https://git./linux/kernel/git/djwong/xfs-linux into xfs-6.7-mergeA

xfs: refactor rtbitmap/summary accessors [v1.2]

Since the rtbitmap and rtsummary accessor functions have proven more
controversial than the rest of the macro refactoring, split the patchset
into two to make review easier.

v1.1: various cleanups suggested by hch
v1.2: rework the accessor functions to reduce the amount of cursor
      tracking required, and create explicit bitmap/summary logging
      functions

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'refactor-rtbitmap-accessors-6.7_2023-10-19' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: use accessor functions for summary info words
  xfs: create helpers for rtsummary block/wordcount computations
  xfs: use accessor functions for bitmap words
  xfs: create a helper to handle logging parts of rt bitmap/summary blocks