]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: add btrfs prefix to dio lock and unlock extent functions
authorFilipe Manana <fdmanana@suse.com>
Mon, 31 Mar 2025 13:38:24 +0000 (14:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:43 +0000 (14:30 +0200)
commitb696440e5e13490bbd23f7c4656a861db04d14d7
tree9e68240b962e0deb1f291b95551229d236dfc5fe
parent242570e80bfdf3f98ca13031c723edd72c69bdc2
btrfs: add btrfs prefix to dio lock and unlock extent functions

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. So add a prefix to
their name.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/direct-io.c
fs/btrfs/extent-io-tree.h