From: David Sterba <dsterba@suse.cz>
To: Ira Weiny <ira.weiny@intel.com>
Cc: David Sterba <dsterba@suse.com>,
linux-fsdevel@vger.kernel.org,
"Fabio M . De Francesco" <fmdefrancesco@gmail.com>
Subject: Re: [PATCH v2] affs: use memcpy_to_zero and remove replace kmap_atomic()
Date: Fri, 22 Jul 2022 23:49:02 +0200 [thread overview]
Message-ID: <20220722214902.GX13489@suse.cz> (raw)
In-Reply-To: <YtnOKvyjvYwFcFQ1@iweiny-desk3>
On Thu, Jul 21, 2022 at 03:07:38PM -0700, Ira Weiny wrote:
> On Thu, Jul 21, 2022 at 08:50:24PM +0200, David Sterba wrote:
> > The use of kmap() is being deprecated in favor of kmap_local_page()
> > where it is feasible. For kmap around a memcpy there's a convenience
> > helper memcpy_to_page, use it.
> >
> > CC: Ira Weiny <ira.weiny@intel.com>
>
> Typo in the subject: s/memcpy_to_page/memcpy_to_zero
>
> Other than that.
>
> Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Thanks, fixed.
prev parent reply other threads:[~2022-07-22 21:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-12 22:27 [PATCH] affs: replace kmap_atomic() with kmap_local_page() David Sterba
2022-07-12 23:02 ` Fabio M. De Francesco
2022-07-21 18:50 ` [PATCH v2] affs: use memcpy_to_zero and remove replace kmap_atomic() David Sterba
2022-07-21 22:07 ` Ira Weiny
2022-07-22 21:49 ` David Sterba [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220722214902.GX13489@suse.cz \
--to=dsterba@suse.cz \
--cc=dsterba@suse.com \
--cc=fmdefrancesco@gmail.com \
--cc=ira.weiny@intel.com \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.