diff options
| author | Kent Overstreet <[email protected]> | 2022-08-21 14:29:43 -0400 |
|---|---|---|
| committer | Kent Overstreet <[email protected]> | 2023-10-22 17:09:40 -0400 |
| commit | ca7d8fcabf29fae627babb72bda9b51763f9a145 (patch) | |
| tree | ed2ff585e6590f8d16c911837b8e1e1b27e19e6b /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 546180874ade7225676bc0cd5ea4e2388e2374bc (diff) | |
bcachefs: New locking functions
In the future, with the new deadlock cycle detector, we won't be using
bare six_lock_* anymore: lock wait entries will all be embedded in
btree_trans, and we will need a btree_trans context whenever locking a
btree node.
This patch plumbs a btree_trans to the few places that need it, and adds
two new locking functions
- btree_node_lock_nopath, which may fail returning a transaction
restart, and
- btree_node_lock_nopath_nofail, to be used in places where we know we
cannot deadlock (i.e. because we're holding no other locks).
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions