summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-10-02 18:03:39 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:08:10 +0300
commit4cb13156665d73963fc608af0429d29fa77072c5 (patch)
tree27a8e4bbdab1330b55b380d2cd489504f114adb2 /fs/bcachefs/io_types.h
parentdeb3318b0ea4b288431f09f8dbcf5de90a14b27b (diff)
downloadlinux-4cb13156665d73963fc608af0429d29fa77072c5.tar.xz
bcachefs: extent_ptr_decoded
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/io_types.h')
-rw-r--r--fs/bcachefs/io_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/io_types.h b/fs/bcachefs/io_types.h
index 48273bb68c94..c697191172b0 100644
--- a/fs/bcachefs/io_types.h
+++ b/fs/bcachefs/io_types.h
@@ -55,7 +55,7 @@ struct bch_read_bio {
struct bch_devs_list devs_have;
- struct extent_pick_ptr pick;
+ struct extent_ptr_decoded pick;
/* start pos of data we read (may not be pos of data we want) */
struct bpos pos;
struct bversion version;