From c8bec83e307f28751c433ba1d3f648429fb5a34c Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 10 Jul 2023 20:31:34 -0400 Subject: Update bcachefs sources to e14d7c7195 bcachefs: Compression levels Signed-off-by: Kent Overstreet --- libbcachefs/bcachefs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbcachefs/bcachefs.h') diff --git a/libbcachefs/bcachefs.h b/libbcachefs/bcachefs.h index d8c02064..445d010c 100644 --- a/libbcachefs/bcachefs.h +++ b/libbcachefs/bcachefs.h @@ -774,9 +774,10 @@ struct bch_fs { struct mutex sb_lock; /* snapshot.c: */ - GENRADIX(struct snapshot_t) snapshots; - struct bch_snapshot_table __rcu *snapshot_table; + struct snapshot_table __rcu *snapshots; + size_t snapshot_table_size; struct mutex snapshot_table_lock; + struct work_struct snapshot_delete_work; struct work_struct snapshot_wait_for_pagecache_and_delete_work; snapshot_id_list snapshots_unlinked; -- cgit v1.2.3