linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Suchit K <suchitkarunakaran@gmail.com>
Cc: jfs-discussion@lists.sourceforge.net,
	linux-kernel-mentees@lists.linux.dev,
	linux-kernel@vger.kernel.org, skhan@linuxfoundation.org
Subject: Re: [PATCH RESEND] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
Date: Sun, 13 Jul 2025 13:29:50 -0500	[thread overview]
Message-ID: <2d3f4123-427f-460d-80db-91c802fc2226@oracle.com> (raw)
In-Reply-To: <CAO9wTFimpNU+h4XvpRSS5ocKWzVF4G3W8G2NyOMt09VtVdgKSg@mail.gmail.com>

On 7/13/25 2:24AM, Suchit K wrote:
> On Sat, 12 Jul 2025 at 01:40, Dave Kleikamp <dave.kleikamp@oracle.com> wrote:
>>
>> On 6/5/25 12:56PM, Suchit Karunakaran wrote:
>>> Replace legacy XT_GETPAGE macro with an inline function that returns a
>>> xtpage_t pointer and update all instances of XT_GETPAGE in jfs_xtree.c
>>
>> I'm picking this up, but I simplified it a bit. I dropped the size and
>> rc arguments. size is always passed in as PSIZE and I have the function
>> return ERR_PTR(-EIO) on error.
>>
> 
> Hi Dave. Thanks for picking this up. Is there anything that I need to
> do from my end?

No. I've got it from here. Thanks for cleaning this up.

Shaggy

      reply	other threads:[~2025-07-13 18:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 17:56 [PATCH RESEND] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage() Suchit Karunakaran
2025-07-11 20:10 ` Dave Kleikamp
2025-07-13  7:24   ` Suchit K
2025-07-13 18:29     ` Dave Kleikamp [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=2d3f4123-427f-460d-80db-91c802fc2226@oracle.com \
    --to=dave.kleikamp@oracle.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --cc=linux-kernel-mentees@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=skhan@linuxfoundation.org \
    --cc=suchitkarunakaran@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).