summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-common.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-02-11 21:57:32 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:08:53 -0400
commit7e1a3aa9dfcb9cd8f46085df86f158a1f23085dc (patch)
treefe9a1fcba94dccd2cedbe98bebb297366365e9b4 /fs/bcachefs/fs-common.c
parent9f631dc14325df8acfa73c76299dbefb68582ee4 (diff)
bcachefs: iter->real_pos
We need to differentiate between the search position of a btree iterator, vs. what it actually points at (what we found). This matters for extents, where iter->pos will typically be the start of the key we found and iter->real_pos will be the end of the key we found (which soon won't necessarily be in the same btree node!) and it will also matter for snapshots. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fs-common.c')
0 files changed, 0 insertions, 0 deletions