]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/subvolume.h
Update bcachefs sources to 01d7ad6d95 bcachefs: snapshot_to_text() includes snapshot...
[bcachefs-tools-debian] / libbcachefs / subvolume.h
index f884a20332300e3ad814adf3c0c3a56af77037df..1a39f713db87c8731778d297f045a946c6835904 100644 (file)
@@ -121,7 +121,7 @@ static inline int snapshot_list_add(struct bch_fs *c, snapshot_id_list *s, u32 i
 {
        int ret;
 
-       EBUG_ON(snapshot_list_has_id(s, id));
+       BUG_ON(snapshot_list_has_id(s, id));
        ret = darray_push(s, id);
        if (ret)
                bch_err(c, "error reallocating snapshot_id_list (size %zu)", s->size);