Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: David Sterba <dsterba@suse.com>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs: switch local indicator variables to bools
Date: Thu, 28 May 2026 21:53:31 +0200	[thread overview]
Message-ID: <20260528195331.GD880787@twin.jikos.cz> (raw)
In-Reply-To: <20260526113321.127533-1-dsterba@suse.com>

On Tue, May 26, 2026 at 01:33:21PM +0200, David Sterba wrote:
> @@ -2395,7 +2395,7 @@ int btree_writepages(struct address_space *mapping, struct writeback_control *wb
>  					ret = 0;
>  
>  				if (ret) {
> -					done = 1;
> +					done = false;

Will be fixed in for-next.

>  					break;
>  				}
>  				continue;

      reply	other threads:[~2026-05-28 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-26 11:33 [PATCH] btrfs: switch local indicator variables to bools David Sterba
2026-05-28 19:53 ` David Sterba [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=20260528195331.GD880787@twin.jikos.cz \
    --to=dsterba@suse.cz \
    --cc=dsterba@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox