mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
bcachefs: delete dead items in bch_dev
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
3ffda8c219
commit
7f9dada701
|
|
@ -631,10 +631,6 @@ struct bch_dev {
|
|||
unsigned nr_partial_buckets;
|
||||
unsigned nr_btree_reserve;
|
||||
|
||||
size_t inc_gen_needs_gc;
|
||||
size_t inc_gen_really_needs_gc;
|
||||
size_t buckets_waiting_on_journal;
|
||||
|
||||
struct work_struct invalidate_work;
|
||||
struct work_struct discard_work;
|
||||
struct mutex discard_buckets_in_flight_lock;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user