diff options
Diffstat (limited to 'libbcachefs/btree_io.h')
-rw-r--r-- | libbcachefs/btree_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/btree_io.h b/libbcachefs/btree_io.h index 01df817d..947685f9 100644 --- a/libbcachefs/btree_io.h +++ b/libbcachefs/btree_io.h @@ -12,8 +12,8 @@ struct btree_iter; struct btree_read_bio { struct bch_fs *c; - unsigned submit_time_us; u64 start_time; + unsigned have_ioref:1; struct extent_pick_ptr pick; struct work_struct work; struct bio bio; |