From: Greg KH <gregkh@linuxfoundation.org>
To: David Howells <dhowells@redhat.com>
Cc: jefflexu@linux.alibaba.com, jlayton@redhat.com, stable@vger.kernel.org
Subject: Re: FAILED: patch "[PATCH] netfs: fix parameter of cleanup()" failed to apply to 5.15-stable tree
Date: Wed, 22 Dec 2021 13:13:02 +0100 [thread overview]
Message-ID: <YcMWTgAEslW1Vg57@kroah.com> (raw)
In-Reply-To: <292330.1639150575@warthog.procyon.org.uk>
On Fri, Dec 10, 2021 at 03:36:15PM +0000, David Howells wrote:
> <gregkh@linuxfoundation.org> wrote:
>
> > - ops->cleanup(netfs_priv, folio_file_mapping(folio));
> > + ops->cleanup(folio_file_mapping(folio), netfs_priv);
>
> Is it page->mapping or page_mapping(page) instead of folio_file_mapping()? If
> so, you can switch that to the other side instead, e.g.:
>
> - ops->cleanup(netfs_priv, page_mapping(page));
> + ops->cleanup(page_mapping(page), netfs_priv);
>
> David
>
Ok, can you or someone send me a fixed up patch like this so that I can
apply it?
thanks,
greg k-h
next prev parent reply other threads:[~2021-12-22 12:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-10 11:07 FAILED: patch "[PATCH] netfs: fix parameter of cleanup()" failed to apply to 5.15-stable tree gregkh
2021-12-10 15:36 ` David Howells
2021-12-22 12:13 ` Greg KH [this message]
2021-12-22 12:16 ` JeffleXu
2021-12-24 3:52 ` [PATCH for 5.15.y stable] netfs: fix parameter of cleanup() Jeffle Xu
2021-12-27 12:38 ` Greg KH
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=YcMWTgAEslW1Vg57@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dhowells@redhat.com \
--cc=jefflexu@linux.alibaba.com \
--cc=jlayton@redhat.com \
--cc=stable@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox