]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename __btrfs_add_inode_defrag() and drop double underscores
authorDavid Sterba <dsterba@suse.com>
Tue, 27 Aug 2024 01:50:43 +0000 (03:50 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:19 +0000 (16:51 +0200)
commit42257569026182a877e6eaea70a64fd58842a79f
treed182bfcf75a52f5e2f45b2c63998af25527499d4
parent6d2f07e13c01b06c6e38117c83df78fea8e9d1a9
btrfs: rename __btrfs_add_inode_defrag() and drop double underscores

The function does not follow the pattern where the underscores would be
justified, so rename it.

Also update the misleading comment, the passed item is not freed, that's
what the caller does.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/defrag.c