public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: gregkh@linuxfoundation.org
Cc: dhowells@redhat.com, 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: Fri, 10 Dec 2021 15:36:15 +0000	[thread overview]
Message-ID: <292330.1639150575@warthog.procyon.org.uk> (raw)
In-Reply-To: <163913443334205@kroah.com>

<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


  reply	other threads:[~2021-12-10 15:36 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 [this message]
2021-12-22 12:13   ` Greg KH
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=292330.1639150575@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --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