linux/fs/bcachefs/trace.c
Kent Overstreet 96a363a7e6 bcachefs: move: move_stats refactoring
data_progress_list is gone - it was redundant with moving_context_list

The upcoming rebalance rewrite is going to have it using two different
move_stats objects with the same moving_context, depending on whether
it's scanning or using the rebalance_work btree - this patch plumbs
stats around a bit differently so that will work.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-31 12:18:38 -04:00

18 lines
376 B
C

// SPDX-License-Identifier: GPL-2.0
#include "bcachefs.h"
#include "alloc_types.h"
#include "buckets.h"
#include "btree_cache.h"
#include "btree_iter.h"
#include "btree_locking.h"
#include "btree_update_interior.h"
#include "keylist.h"
#include "move_types.h"
#include "opts.h"
#include "six.h"
#include <linux/blktrace_api.h>
#define CREATE_TRACE_POINTS
#include "trace.h"