From: David Sterba <dsterba@suse.cz>
To: fdmanana@kernel.org
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH 0/8] btrfs: some cleanups around inode update and helpers
Date: Fri, 22 Sep 2023 15:48:06 +0200 [thread overview]
Message-ID: <20230922134806.GD13697@twin.jikos.cz> (raw)
In-Reply-To: <cover.1695333082.git.fdmanana@suse.com>
On Fri, Sep 22, 2023 at 11:37:18AM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
>
> Some cleanups mostly around btrfs_update_inode(), its helpers and some
> callers, mostly to remove the redundant root argument, which can be taken
> from the given inode. More details in the changelogs.
>
> Filipe Manana (8):
> btrfs: simplify error check condition at btrfs_dirty_inode()
> btrfs: remove noline from btrfs_update_inode()
> btrfs: remove redundant root argument from btrfs_update_inode_fallback()
> btrfs: remove redundant root argument from btrfs_update_inode()
> btrfs: remove redundant root argument from btrfs_update_inode_item()
> btrfs: remove redundant root argument from btrfs_delayed_update_inode()
> btrfs: remove redundant root argument from maybe_insert_hole()
> btrfs: remove redundant root argument from fixup_inode_link_count()
Added to misc-next, thanks. The effects of removed parameters:
btrfs_finish_one_ordered -8 (208 -> 200)
btrfs_update_inode -8 (48 -> 40)
clone_finish_inode_update -8 (72 -> 64)
btrfs_cont_expand -8 (184 -> 176)
btrfs_xattr_handler_set_prop -8 (64 -> 56)
btrfs_fallocate_update_isize -8 (40 -> 32)
btrfs_add_link +8 (120 -> 128)
btrfs_update_inode_fallback -8 (32 -> 24)
btrfs_write_out_cache -8 (144 -> 136)
btrfs_setxattr_trans -8 (72 -> 64)
prev parent reply other threads:[~2023-09-22 13:54 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-22 10:37 [PATCH 0/8] btrfs: some cleanups around inode update and helpers fdmanana
2023-09-22 10:37 ` [PATCH 1/8] btrfs: simplify error check condition at btrfs_dirty_inode() fdmanana
2023-09-22 22:00 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 2/8] btrfs: remove noline from btrfs_update_inode() fdmanana
2023-09-22 22:00 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 3/8] btrfs: remove redundant root argument from btrfs_update_inode_fallback() fdmanana
2023-09-22 10:37 ` [PATCH 4/8] btrfs: remove redundant root argument from btrfs_update_inode() fdmanana
2023-09-22 22:04 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 5/8] btrfs: remove redundant root argument from btrfs_update_inode_item() fdmanana
2023-09-22 22:06 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 6/8] btrfs: remove redundant root argument from btrfs_delayed_update_inode() fdmanana
2023-09-22 22:08 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 7/8] btrfs: remove redundant root argument from maybe_insert_hole() fdmanana
2023-09-22 22:09 ` Qu Wenruo
2023-09-22 10:37 ` [PATCH 8/8] btrfs: remove redundant root argument from fixup_inode_link_count() fdmanana
2023-09-22 22:11 ` Qu Wenruo
2023-09-22 13:48 ` 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=20230922134806.GD13697@twin.jikos.cz \
--to=dsterba@suse.cz \
--cc=fdmanana@kernel.org \
--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