blob: 3a15dff7bdff33add1c4af5851296a2fca56dbfb (
plain)
1
2
3
4
5
6
7
|
#ifndef _BCACHE_REBALANCE_H
#define _BCACHE_REBALANCE_H
void bch_rebalance_exit(struct cache_set *);
int bch_rebalance_init(struct cache_set *, struct cache *ca);
#endif /* _BCACHE_REBALANCE_H */
|