On Mon, Nov 23, 2020 at 10:07:43PM -0800, [email protected] wrote: > From: Ira Weiny <[email protected]> > > Remove the kmap/memset()/kunmap pattern and use the new memzero_page() > call where possible. > > Cc: Chris Mason <[email protected]> > Cc: Josef Bacik <[email protected]> > Cc: David Sterba <[email protected]> > Signed-off-by: Ira Weiny <[email protected]> > --- > fs/btrfs/inode.c | 21 +++++----------------
The patch converts the pattern only in inode.c, but there's more in compression.c, extent_io.c, zlib.c,d zstd.c (kmap_atomic) and reflink.c, send.c (kmap).

