commit | 19fe87e00b6a601b2ec8251d0231f4c9b3bb5002 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Wed Nov 23 12:22:39 2022 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:51 2023 -0400 |
tree | 0361c52ec7e58c284d54204c41f9e077737f8a43 | |
parent | a8b3a677e786fa869d220a6a78b5532a36dc2f4d [diff] |
bcachefs: Inline bch2_two_state_(trylock|unlock) Standard inlining of fast paths - these locks are now used by our new nocow mode. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>