aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2023-04-29 16:07:21 -0400
committerDavid Sterba <[email protected]>2023-06-19 13:59:25 +0200
commit016f9d0b744202eb170ed91e995fc757dd4adeeb (patch)
tree2f978c5d8d27ae05ba0a8089307221f10535c5fc /scripts/generate_rust_analyzer.py
parentb3cbfb0dd4a80c359701280f6acfa37131d8ee8b (diff)
btrfs: rename del_ptr to btrfs_del_ptr and export it
This exists internal to ctree.c, however btrfs check needs to use it for some of its operations. I'd rather not duplicate that code inside of btrfs check as this is low level and I want to keep this code in one place, so rename the function to btrfs_del_ptr and export it so that it can be used inside of btrfs-progs safely. Add a comment to make sure this doesn't get removed by a future cleanup. Signed-off-by: Josef Bacik <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions