aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2025-03-31 14:29:21 +0000
committerDavid Sterba <[email protected]>2025-05-15 12:30:43 +0000
commit2cb9ac3faadc964f2640f55246c1f4f6c5ea76be (patch)
treed48592051b10c77273094bef7f4de2af5c920c0f /fs/btrfs/dev-replace.c
parentbtrfs: add btrfs prefix to dio lock and unlock extent functions (diff)
downloadkernel-2cb9ac3faadc964f2640f55246c1f4f6c5ea76be.tar.gz
kernel-2cb9ac3faadc964f2640f55246c1f4f6c5ea76be.zip
btrfs: rename __lock_extent() and __try_lock_extent()
These functions are exported so they should have a 'btrfs_' prefix by convention, to make it clear they are btrfs specific and to avoid collisions with functions from elsewhere in the kernel. Their double underscore prefix is also discouraged. So remove their double underscore prefix, add a 'btrfs_' prefix to their name to make it clear they are from btrfs and a '_bits' suffix to avoid collision with btrfs_lock_extent() and btrfs_try_lock_extent(). Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions