public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: anand jain <anand.jain@oracle.com>
To: David Sterba <dsterba@suse.com>, linux-btrfs@vger.kernel.org
Subject: Re: [PATCH 00/22] Return variable name unifications
Date: Fri, 6 Jun 2025 19:35:31 +0800	[thread overview]
Message-ID: <e9caaa0b-cf98-406a-83f5-b74ddc86d120@oracle.com> (raw)
In-Reply-To: <cover.1748621715.git.dsterba@suse.com>

On 31/5/25 12:16 am, David Sterba wrote:
> Simple conversions, 'ret' from 'err, or the secondary return value ret2.
> 
> David Sterba (22):
>    btrfs: rename err to ret2 in resolve_indirect_refs()
>    btrfs: rename err to ret2 in read_block_for_search()
>    btrfs: rename err to ret2 in search_leaf()
>    btrfs: rename err to ret2 in btrfs_search_slot()
>    btrfs: rename err to ret2 in btrfs_search_old_slot()
>    btrfs: rename err to ret2 in btrfs_setsize()
>    btrfs: rename err to ret2 in btrfs_add_link()
>    btrfs: rename err to ret2 in btrfs_truncate_inode_items()
>    btrfs: rename err to ret in btrfs_try_lock_extent_bits()
>    btrfs: rename err to ret in btrfs_lock_extent_bits()
>    btrfs: rename err to ret in btrfs_alloc_from_bitmap()
>    btrfs: rename err to ret in btrfs_init_inode_security()
>    btrfs: rename err to ret in btrfs_setattr()
>    btrfs: rename err to ret in btrfs_link()
>    btrfs: rename err to ret in btrfs_symlink()
>    btrfs: rename err to ret in calc_pct_ratio()
>    btrfs: rename err to ret in btrfs_fill_super()
>    btrfs: rename err to ret in quota_override_store()
>    btrfs: rename err to ret in btrfs_wait_extents()
>    btrfs: rename err to ret in btrfs_wait_tree_log_extents()
>    btrfs: rename err to ret in btrfs_create_common()
>    btrfs: rename err to ret in scrub_submit_extent_sector_read()
> 

  Sorry for the late rvb.
  I vaguely remember sending patches for similar changes.
  Anyway, no need to dig into that, the current patchset looks good.


Reviewed-by: Anand Jain <anand.jain@oracle.com>


  parent reply	other threads:[~2025-06-06 11:35 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-30 16:16 [PATCH 00/22] Return variable name unifications David Sterba
2025-05-30 16:17 ` [PATCH 01/22] btrfs: rename err to ret2 in resolve_indirect_refs() David Sterba
2025-05-30 16:17 ` [PATCH 02/22] btrfs: rename err to ret2 in read_block_for_search() David Sterba
2025-05-30 16:17 ` [PATCH 03/22] btrfs: rename err to ret2 in search_leaf() David Sterba
2025-05-30 16:17 ` [PATCH 04/22] btrfs: rename err to ret2 in btrfs_search_slot() David Sterba
2025-05-30 16:17 ` [PATCH 05/22] btrfs: rename err to ret2 in btrfs_search_old_slot() David Sterba
2025-05-30 16:17 ` [PATCH 06/22] btrfs: rename err to ret2 in btrfs_setsize() David Sterba
2025-05-30 16:17 ` [PATCH 07/22] btrfs: rename err to ret2 in btrfs_add_link() David Sterba
2025-05-30 16:17 ` [PATCH 08/22] btrfs: rename err to ret2 in btrfs_truncate_inode_items() David Sterba
2025-05-30 16:17 ` [PATCH 09/22] btrfs: rename err to ret in btrfs_try_lock_extent_bits() David Sterba
2025-05-30 16:17 ` [PATCH 10/22] btrfs: rename err to ret in btrfs_lock_extent_bits() David Sterba
2025-05-30 16:18 ` [PATCH 11/22] btrfs: rename err to ret in btrfs_alloc_from_bitmap() David Sterba
2025-05-30 16:18 ` [PATCH 12/22] btrfs: rename err to ret in btrfs_init_inode_security() David Sterba
2025-05-30 16:18 ` [PATCH 13/22] btrfs: rename err to ret in btrfs_setattr() David Sterba
2025-05-30 16:18 ` [PATCH 14/22] btrfs: rename err to ret in btrfs_link() David Sterba
2025-05-30 16:18 ` [PATCH 15/22] btrfs: rename err to ret in btrfs_symlink() David Sterba
2025-05-30 16:18 ` [PATCH 16/22] btrfs: rename err to ret in calc_pct_ratio() David Sterba
2025-05-30 16:18 ` [PATCH 17/22] btrfs: rename err to ret in btrfs_fill_super() David Sterba
2025-05-30 16:18 ` [PATCH 18/22] btrfs: rename err to ret in quota_override_store() David Sterba
2025-05-30 16:18 ` [PATCH 19/22] btrfs: rename err to ret in btrfs_wait_extents() David Sterba
2025-05-30 16:18 ` [PATCH 20/22] btrfs: rename err to ret in btrfs_wait_tree_log_extents() David Sterba
2025-05-30 16:19 ` [PATCH 21/22] btrfs: rename err to ret in btrfs_create_common() David Sterba
2025-05-30 16:19 ` [PATCH 22/22] btrfs: rename err to ret in scrub_submit_extent_sector_read() David Sterba
2025-06-06 11:35 ` anand jain [this message]
2025-06-06 16:37   ` [PATCH 00/22] Return variable name unifications 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=e9caaa0b-cf98-406a-83f5-b74ddc86d120@oracle.com \
    --to=anand.jain@oracle.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