e6d1161530
Per device copygc threads don't move data to different devices and they make fragmentation works - they don't make much sense anymore. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
10 lines
256 B
C
10 lines
256 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_MOVINGGC_H
|
|
#define _BCACHEFS_MOVINGGC_H
|
|
|
|
void bch2_copygc_stop(struct bch_fs *);
|
|
int bch2_copygc_start(struct bch_fs *);
|
|
void bch2_fs_copygc_init(struct bch_fs *);
|
|
|
|
#endif /* _BCACHEFS_MOVINGGC_H */
|