diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-02 17:03:39 +0200 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 23:08:10 +0200 |
commit | 4cb13156665d73963fc608af0429d29fa77072c5 (patch) | |
tree | 27a8e4bbdab1330b55b380d2cd489504f114adb2 /fs/bcachefs/btree_io.h | |
parent | bcachefs: fix missing include (diff) | |
download | linux-4cb13156665d73963fc608af0429d29fa77072c5.tar.xz linux-4cb13156665d73963fc608af0429d29fa77072c5.zip |
bcachefs: extent_ptr_decoded
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/btree_io.h')
-rw-r--r-- | fs/bcachefs/btree_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/btree_io.h b/fs/bcachefs/btree_io.h index 7835f8a9e3a0..34d0c0fe8b25 100644 --- a/fs/bcachefs/btree_io.h +++ b/fs/bcachefs/btree_io.h @@ -15,7 +15,7 @@ struct btree_read_bio { struct bch_fs *c; u64 start_time; unsigned have_ioref:1; - struct extent_pick_ptr pick; + struct extent_ptr_decoded pick; struct work_struct work; struct bio bio; }; |