From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 00/10] Static inline cleanups
Date: Mon, 19 Feb 2024 12:12:40 +0100 [thread overview]
Message-ID: <cover.1708339010.git.dsterba@suse.com> (raw)
Historically there are many static inlines in headers that do not
qualify as such, move them to .c. Some can be open coded.
David Sterba (10):
btrfs: move balance args conversion helpers to volumes.c
btrfs: open code btrfs_backref_iter_free()
btrfs: open code btrfs_backref_get_eb()
btrfs: uninline some static inline helpers from backref.h
btrfs: uninline btrfs_init_delayed_root()
btrfs: drop static inline specifiers from tree-mod-log.c
btrfs: uninline some static inline helpers from tree-log.h
btrfs: simplify conditions in btrfs_free_chunk_map()
btrfs: open code trivial btrfs_lru_cache_size()
btrfs: uninline some static inline helpers from delayed-ref.h
fs/btrfs/accessors.h | 39 -------------
fs/btrfs/backref.c | 94 +++++++++++++++++++++++++++++-
fs/btrfs/backref.h | 120 ++++-----------------------------------
fs/btrfs/delayed-inode.c | 11 ++++
fs/btrfs/delayed-inode.h | 13 +----
fs/btrfs/delayed-ref.c | 65 +++++++++++++++++++++
fs/btrfs/delayed-ref.h | 72 +++--------------------
fs/btrfs/lru_cache.h | 5 --
fs/btrfs/relocation.c | 3 +-
fs/btrfs/send.c | 7 +--
fs/btrfs/tree-log.c | 46 +++++++++++++++
fs/btrfs/tree-log.h | 48 +---------------
fs/btrfs/tree-mod-log.c | 13 ++---
fs/btrfs/volumes.c | 41 ++++++++++++-
fs/btrfs/volumes.h | 2 +-
fs/btrfs/zoned.c | 3 +-
16 files changed, 290 insertions(+), 292 deletions(-)
--
2.42.1
next reply other threads:[~2024-02-19 11:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-19 11:12 David Sterba [this message]
2024-02-19 11:12 ` [PATCH 01/10] btrfs: move balance args conversion helpers to volumes.c David Sterba
2024-02-19 11:12 ` [PATCH 02/10] btrfs: open code btrfs_backref_iter_free() David Sterba
2024-02-19 11:12 ` [PATCH 03/10] btrfs: open code btrfs_backref_get_eb() David Sterba
2024-02-19 11:12 ` [PATCH 04/10] btrfs: uninline some static inline helpers from backref.h David Sterba
2024-02-19 11:12 ` [PATCH 05/10] btrfs: uninline btrfs_init_delayed_root() David Sterba
2024-02-19 11:12 ` [PATCH 06/10] btrfs: drop static inline specifiers from tree-mod-log.c David Sterba
2024-02-19 11:13 ` [PATCH 07/10] btrfs: uninline some static inline helpers from tree-log.h David Sterba
2024-02-19 11:13 ` [PATCH 08/10] btrfs: simplify conditions in btrfs_free_chunk_map() David Sterba
2024-02-19 12:27 ` Filipe Manana
2024-02-19 14:41 ` David Sterba
2024-02-26 8:31 ` kernel test robot
2024-02-19 11:13 ` [PATCH 09/10] btrfs: open code trivial btrfs_lru_cache_size() David Sterba
2024-02-19 11:13 ` [PATCH 10/10] btrfs: uninline some static inline helpers from delayed-ref.h 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=cover.1708339010.git.dsterba@suse.com \
--to=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