All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Anand Jain <anand.jain@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>, Chris Mason <clm@fb.com>,
	Josef Bacik <josef@toxicpanda.com>,
	David Sterba <dsterba@suse.com>,
	linux-btrfs@vger.kernel.org
Subject: Re: [PATCH 2/2] btrfs: btrfs_add_compressed_bio_pages
Date: Thu, 16 Mar 2023 16:13:44 +0100	[thread overview]
Message-ID: <20230316151344.GA12835@lst.de> (raw)
In-Reply-To: <4e5ce579-7c66-ffb7-e2c3-8b3727695f86@oracle.com>

On Thu, Mar 16, 2023 at 04:57:39PM +0800, Anand Jain wrote:
> And, in our case, we do not require the functionality of 
> __bio_try_merge_page()?

Yes.  These are separately allocated pages, and we have enough
space for them.  In the unlikely case that they are contiguous,
they will still be coalesced when merging into the scatterlist.

  reply	other threads:[~2023-03-16 15:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 16:51 cleanup btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-14 16:51 ` [PATCH 1/2] btrfs: move the bi_sector assingment out of btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-16  8:59   ` Anand Jain
2023-03-14 16:51 ` [PATCH 2/2] btrfs: btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-16  8:57   ` Anand Jain
2023-03-16 15:13     ` Christoph Hellwig [this message]
2023-03-15 18:45 ` cleanup btrfs_add_compressed_bio_pages David Sterba

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=20230316151344.GA12835@lst.de \
    --to=hch@lst.de \
    --cc=anand.jain@oracle.com \
    --cc=clm@fb.com \
    --cc=dsterba@suse.com \
    --cc=josef@toxicpanda.com \
    --cc=linux-btrfs@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.