public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Naohiro Aota <Naohiro.Aota@wdc.com>
To: David Sterba <dsterba@suse.com>,
	"linux-btrfs@vger.kernel.org" <linux-btrfs@vger.kernel.org>
Subject: Re: [PATCH 0/3] Bool return cleanups
Date: Thu, 24 Apr 2025 01:54:23 +0000	[thread overview]
Message-ID: <D9EHT7DOWGHX.2NZO4C0PPUUHU@wdc.com> (raw)
In-Reply-To: <cover.1745426584.git.dsterba@suse.com>

On Thu Apr 24, 2025 at 1:53 AM JST, David Sterba wrote:
> We have old code that uses int in place of bool, unify it to bool.  The
> rest are collateral fixups.
>
> David Sterba (3):
>   btrfs: trivial conversion to return bool instead of int
>   btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
>   btrfs: reformat comments in acls_after_inode_item()

Other than some trivial nits on the patch 3, for the series

Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>

>
>  fs/btrfs/block-group.c   |  12 ++---
>  fs/btrfs/defrag.c        |   8 +--
>  fs/btrfs/delayed-inode.c |   8 +--
>  fs/btrfs/dev-replace.c   |   8 +--
>  fs/btrfs/dev-replace.h   |   2 +-
>  fs/btrfs/extent-tree.c   |  10 ++--
>  fs/btrfs/file.c          |  33 ++++++-------
>  fs/btrfs/inode.c         |  51 +++++++++++--------
>  fs/btrfs/ioctl.c         |  10 ++--
>  fs/btrfs/locking.c       |   8 +--
>  fs/btrfs/locking.h       |   2 +-
>  fs/btrfs/super.c         |   6 +--
>  fs/btrfs/transaction.c   |   8 +--
>  fs/btrfs/volumes.c       | 104 ++++++++++++++++++---------------------
>  14 files changed, 136 insertions(+), 134 deletions(-)

      parent reply	other threads:[~2025-04-24  1:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 16:53 [PATCH 0/3] Bool return cleanups David Sterba
2025-04-23 16:53 ` [PATCH 1/3] btrfs: trivial conversion to return bool instead of int David Sterba
2025-04-23 16:53 ` [PATCH 2/3] btrfs: switch int dev_replace_is_ongoing variables/parameters to bool David Sterba
2025-04-23 16:53 ` [PATCH 3/3] btrfs: reformat comments in acls_after_inode_item() David Sterba
2025-04-24  1:52   ` Naohiro Aota
2025-04-25 11:31     ` David Sterba
2025-04-24  1:54 ` Naohiro Aota [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=D9EHT7DOWGHX.2NZO4C0PPUUHU@wdc.com \
    --to=naohiro.aota@wdc.com \
    --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