]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/bcachefs.h
Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom reporting...
[bcachefs-tools-debian] / libbcachefs / bcachefs.h
index 1f0484aa65016f4da59e918f9d648d87f10fce59..8b4d0eb5cdc2b3e1e6060c477e4cbe2a81cb7b14 100644 (file)
@@ -826,6 +826,8 @@ struct bch_fs {
        copygc_heap             copygc_heap;
        struct write_point      copygc_write_point;
        s64                     copygc_wait;
+       bool                    copygc_running;
+       wait_queue_head_t       copygc_running_wq;
 
        /* DATA PROGRESS STATS */
        struct list_head        data_progress_list;