From: Christian Brauner <brauner@kernel.org>
To: linux-fsdevel@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>, Jan Kara <jack@suse.cz>,
linux-kernel@vger.kernel.org,
Christian Brauner <brauner@kernel.org>
Subject: [PATCH 0/3] fs: start to split up fs.h
Date: Tue, 04 Nov 2025 15:46:31 +0100 [thread overview]
Message-ID: <20251104-work-fs-header-v1-0-fb39a2efe39e@kernel.org> (raw)
Take first steps to split up fs.h. Add fs_super_types.h and fs_super.h
headers that contain the types and functions associated with super
blocks respectively.
Signed-off-by: Christian Brauner <brauner@kernel.org>
---
Christian Brauner (3):
fs: rename fs_types.h to fs_dirent.h
fs: add fs_super_types header
fs: add fs_super.h header
fs/Makefile | 2 +-
fs/{fs_types.c => fs_dirent.c} | 2 +-
include/linux/fs.h | 526 +-----------------------------
include/linux/{fs_types.h => fs_dirent.h} | 11 +-
include/linux/fs_super.h | 233 +++++++++++++
include/linux/fs_super_types.h | 335 +++++++++++++++++++
6 files changed, 578 insertions(+), 531 deletions(-)
---
base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
change-id: 20251104-work-fs-header-16f780a431c1
next reply other threads:[~2025-11-04 14:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 14:46 Christian Brauner [this message]
2025-11-04 14:46 ` [PATCH 1/3] fs: rename fs_types.h to fs_dirent.h Christian Brauner
2025-11-04 14:46 ` [PATCH 2/3] fs: add fs_super_types header Christian Brauner
2025-11-04 14:46 ` [PATCH 3/3] fs: add fs_super.h header Christian Brauner
2025-11-05 12:55 ` [PATCH 0/3] fs: start to split up fs.h Christoph Hellwig
2025-11-05 13:13 ` Christian Brauner
2025-11-05 13:48 ` Christian Brauner
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=20251104-work-fs-header-v1-0-fb39a2efe39e@kernel.org \
--to=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/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;
as well as URLs for NNTP newsgroup(s).