Merge tag 'scrub-cleanup-malloc-6.2_2022-11-16' of git://git.kernel.org/pub/scm/linux...
authorDarrick J. Wong <djwong@kernel.org>
Thu, 17 Nov 2022 03:18:38 +0000 (19:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 17 Nov 2022 03:18:38 +0000 (19:18 -0800)
commitaf1077fa87c33bc1d7c453321f112c8a562afad8
treeb3873af48dbb2db7145db89b77c59da7e4dda70d
parent823ca26a8f0740598ccabb2652a638eec150e4e9
parent306195f355bbdcc3eff6cffac05bcd93a5e419ed
Merge tag 'scrub-cleanup-malloc-6.2_2022-11-16' of git://git./linux/kernel/git/djwong/xfs-linux into xfs-6.2-mergeA

xfs: clean up memory allocations in online fsck

This series standardizes the GFP_ flags that we use for memory
allocation in online scrub, and convert the callers away from the old
kmem_alloc code that was ported from Irix.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
* tag 'scrub-cleanup-malloc-6.2_2022-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: pivot online scrub away from kmem.[ch]
  xfs: initialize the check_owner object fully
  xfs: standardize GFP flags usage in online scrub