diff options
Diffstat (limited to 'libbcachefs/snapshot.h')
-rw-r--r-- | libbcachefs/snapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/snapshot.h b/libbcachefs/snapshot.h index 00373cf3..81180181 100644 --- a/libbcachefs/snapshot.h +++ b/libbcachefs/snapshot.h @@ -105,6 +105,7 @@ static inline u32 bch2_snapshot_nth_parent(struct bch_fs *c, u32 id, u32 n) return id; } +u32 bch2_snapshot_tree_oldest_subvol(struct bch_fs *, u32); u32 bch2_snapshot_skiplist_get(struct bch_fs *, u32); static inline u32 bch2_snapshot_root(struct bch_fs *c, u32 id) |