diff options
author | 2024-10-23 14:14:11 +0100 | |
---|---|---|
committer | 2024-11-11 14:34:20 +0100 | |
commit | f7d4b4924d226a9007c3a3cb14551b28a47f8767 (patch) | |
tree | e5b69986ddf21c17b6ad6ba2ba2c8b38e47e9412 /scripts/gcc-plugins/structleak_plugin.c | |
parent | btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs() (diff) | |
download | wireguard-linux-f7d4b4924d226a9007c3a3cb14551b28a47f8767.tar.xz wireguard-linux-f7d4b4924d226a9007c3a3cb14551b28a47f8767.zip |
btrfs: remove num_entries atomic counter from delayed ref root
The atomic counter 'num_entries' is not used anymore, we increment it
and decrement it but then we don't ever read it to use for any logic.
Its last use was removed with commit 61a56a992fcf ("btrfs: delayed refs
pre-flushing should only run the heads we have"). So remove it.
Reviewed-by: Boris Burkov <boris@bur.io>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions