btrfs: remove redundant calls to flush_dcache_page
authorDavid Sterba <dsterba@suse.com>
Wed, 1 Jun 2022 11:47:54 +0000 (13:47 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:44:34 +0000 (17:44 +0200)
commit21a8935ead31c09a8ecb06e3b7a5289a630645ac
treea201a30a76c489b8244ebf7c44e3016f71a3cc8f
parentbd8f7e627703ca5707833d623efcd43f104c7b3f
btrfs: remove redundant calls to flush_dcache_page

Both memzero_page and memcpy_to_page already call flush_dcache_page so
we can remove the calls from btrfs code.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c
fs/btrfs/extent_io.c
fs/btrfs/inode.c
fs/btrfs/reflink.c