From 21ae8a4b715acd326e6404ce6409ae329566eb64 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 10 Jul 2023 14:17:18 -0400 Subject: Update bcachefs sources to 070ec8d07b bcachefs: Snapshot depth, skiplist fields Signed-off-by: Kent Overstreet --- libbcachefs/subvolume_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbcachefs/subvolume_types.h') diff --git a/libbcachefs/subvolume_types.h b/libbcachefs/subvolume_types.h index c6c1cbad..750d975a 100644 --- a/libbcachefs/subvolume_types.h +++ b/libbcachefs/subvolume_types.h @@ -8,6 +8,8 @@ typedef DARRAY(u32) snapshot_id_list; struct snapshot_t { u32 parent; + u32 skip[3]; + u32 depth; u32 children[2]; u32 subvol; /* Nonzero only if a subvolume points to this node: */ u32 tree; -- cgit v1.2.3