diff options
author | 2025-05-22 15:40:24 -0400 | |
---|---|---|
committer | 2025-05-23 07:59:43 -0400 | |
commit | 659489f37bd0471d5a77abdfe86eb105ad11297e (patch) | |
tree | b1650a70e1a5590c80b1f51b6a3df69728c34fe5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bcachefs: bch2_journal_write_checksum() (diff) | |
download | linux-rng-659489f37bd0471d5a77abdfe86eb105ad11297e.tar.xz linux-rng-659489f37bd0471d5a77abdfe86eb105ad11297e.zip |
bcachefs: Kill bch2_path_put_nokeep()
bch2_path_put_nokeep() was intended for paths we wouldn't need to
preserve for a transaction restart - it always frees them right away
when the ref hits 0.
But since paths are shared, freeing unconditionally is a bug, the path
might have been used elsewhere and have should_be_locked set, i.e. we
need to keep it locked until the end of the transaction.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions