OSDN Git Service

xfs: pivot online scrub away from kmem.[ch]
authorDarrick J. Wong <djwong@kernel.org>
Mon, 7 Nov 2022 01:03:16 +0000 (17:03 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 16 Nov 2022 23:25:02 +0000 (15:25 -0800)
commit306195f355bbdcc3eff6cffac05bcd93a5e419ed
treeb3873af48dbb2db7145db89b77c59da7e4dda70d
parentfcd2a43488d5a211aec94e28369b2a72c28258a2
xfs: pivot online scrub away from kmem.[ch]

Convert all the online scrub code to use the Linux slab allocator
functions directly instead of going through the kmem wrappers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/agheader_repair.c
fs/xfs/scrub/attr.c
fs/xfs/scrub/bitmap.c
fs/xfs/scrub/btree.c
fs/xfs/scrub/dabtree.c
fs/xfs/scrub/fscounters.c
fs/xfs/scrub/refcount.c
fs/xfs/scrub/scrub.c