]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 12 Mar 2025 20:56:09 +0000 (16:56 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:34 +0000 (09:50 -0400)
commit3fb8bacb14b6fb7a0040177bb7766f5c7bd68913
tree7b1301b1824535028de804d2a52d266049798cea
parentbe31e412ac01f49bf7afa8eaa93dac399914a0a1
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update

Read flags are codepath dependent and change as they're passed around,
while the fields in rbio._state are mostly fixed properties of that
particular object.

Losing track of BCH_READ_data_update would be bad, and previously it was
not obvious if it was always correctly set in the rbio, so this is a
safety cleanup.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/data_update.c
fs/bcachefs/io_read.c
fs/bcachefs/io_read.h
fs/bcachefs/move.c