diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-03-11 23:21:30 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 23:09:57 +0200 |
commit | 751c025f0de7ca55ad5f77099645b5247623de98 (patch) | |
tree | ce90901b0bb5ec9ef43688fcb01e441ce54dfe48 /fs/bcachefs/ec.c | |
parent | bcachefs: Simplify stripe_idx_to_delete (diff) | |
download | linux-751c025f0de7ca55ad5f77099645b5247623de98.tar.xz linux-751c025f0de7ca55ad5f77099645b5247623de98.zip |
bcachefs: Kill bch_write_op->btree_update_ready
This changes the write path to not add write ops to to the write_point's
list of pending work items until it's ready; this means we have to
change the lock protecting it to an irq-safe lock, but means
bch2_write_point_do_index_updates() no longer has to iterate over the
list, which is beneficial with the way the new BCH_WRITE_WAIT_FOR_EC
code works.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.c')
0 files changed, 0 insertions, 0 deletions