]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: send: remove btrfs_debug() calls
authorDavid Sterba <dsterba@suse.com>
Wed, 7 May 2025 16:28:06 +0000 (18:28 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:56 +0000 (14:30 +0200)
commit585e944a31e3e87bc17169a9b519093e77bfdd61
tree08e4d919970493f641265c1d97dadb4e55348f9a
parent9f6fa5b34492a5ad5f796113061780212744fd5d
btrfs: send: remove btrfs_debug() calls

There are debugging prints for each emitted send command and other
related actions. This does not seem right as the number of commands can
be high and dumping that to the system log will likely hit some rate
limiting.  This should be done by trace points that are more lightweight
and can keep up with high frequency.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c