]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a306267c15fe350a72796a5613688284273caf1
treea201a30a76c489b8244ebf7c44e3016f71a3cc8f
parent1d11642b35d0cbb1cefa9decc2d07d44a88e7519
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