]> 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)
commitd194ef8f3db55a6e06a69bcc7ba96734ea88683f
treea201a30a76c489b8244ebf7c44e3016f71a3cc8f
parent0d1bd754fac92ab6d03a8d22fbfa3ef7f427dfe2
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