public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: JeffleXu <jefflexu@linux.alibaba.com>
To: Greg KH <gregkh@linuxfoundation.org>,
	David Howells <dhowells@redhat.com>
Cc: 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 20:16:17 +0800	[thread overview]
Message-ID: <bf6777e2-4c87-44ec-10bb-83ae1a69f255@linux.alibaba.com> (raw)
In-Reply-To: <YcMWTgAEslW1Vg57@kroah.com>



On 12/22/21 8:13 PM, Greg KH wrote:
> 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?
> 

OK I will send a new version later. Thanks David for the suggestion.

-- 
Thanks,
Jeffle

  reply	other threads:[~2021-12-22 12:16 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
2021-12-22 12:16     ` JeffleXu [this message]
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=bf6777e2-4c87-44ec-10bb-83ae1a69f255@linux.alibaba.com \
    --to=jefflexu@linux.alibaba.com \
    --cc=dhowells@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --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