Re: [PATCH 05/17] fs/btrfs: Convert to memzero_page()

2020-11-24 Thread Ira Weiny
On Tue, Nov 24, 2020 at 03:12:44PM +0100, David Sterba wrote: > On Mon, Nov 23, 2020 at 10:07:43PM -0800, ira.we...@intel.com wrote: > > From: Ira Weiny > > > > Remove the kmap/memset()/kunmap pattern and use the new memzero_page() > > call where possible. > > > > Cc: Chris Mason > > Cc: Josef

Re: [PATCH 05/17] fs/btrfs: Convert to memzero_page()

2020-11-24 Thread David Sterba
On Mon, Nov 23, 2020 at 10:07:43PM -0800, ira.we...@intel.com wrote: > From: Ira Weiny > > Remove the kmap/memset()/kunmap pattern and use the new memzero_page() > call where possible. > > Cc: Chris Mason > Cc: Josef Bacik > Cc: David Sterba > Signed-off-by: Ira Weiny > --- > fs/btrfs/inode

[PATCH 05/17] fs/btrfs: Convert to memzero_page()

2020-11-23 Thread ira . weiny
From: Ira Weiny Remove the kmap/memset()/kunmap pattern and use the new memzero_page() call where possible. Cc: Chris Mason Cc: Josef Bacik Cc: David Sterba Signed-off-by: Ira Weiny --- fs/btrfs/inode.c | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) diff --git