diff options
author | Johannes Thumshirn <johannes.thumshirn@wdc.com> | 2023-11-23 07:47:17 -0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-12-15 20:27:03 +0100 |
commit | 2aae747a4938c2c3c398ff55aa2ddaf51b135899 (patch) | |
tree | 70461a07f3ca98064e530bb5e32a1ba5c2b93e7f /sound/virtio | |
parent | aa6313e6ff2bfbf736a2739047bba355d8241584 (diff) |
btrfs: remove now unneeded btrfs_redirty_list_add
Now that we're not clearing the dirty flag off of extent_buffers in zoned mode,
all that is left of btrfs_redirty_list_add() is a memzero() and some
ASSERT()ions.
As we're also memzero()ing the buffer on write-out btrfs_redirty_list_add()
has become obsolete and can be removed.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'sound/virtio')
0 files changed, 0 insertions, 0 deletions