[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240711074859.366088-1-youling.tang@linux.dev>
Date: Thu, 11 Jul 2024 15:48:56 +0800
From: Youling Tang <youling.tang@...ux.dev>
To: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>,
Jan Kara <jack@...e.cz>,
Chris Mason <clm@...com>,
Josef Bacik <josef@...icpanda.com>,
David Sterba <dsterba@...e.com>,
tytso@....edu,
Andreas Dilger <adilger.kernel@...ger.ca>,
Jaegeuk Kim <jaegeuk@...nel.org>,
Chao Yu <chao@...nel.org>
Cc: linux-fsdevel@...r.kernel.org,
linux-btrfs@...r.kernel.org,
linux-ext4@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org,
youling.tang@...ux.dev
Subject: [PATCH 0/3] Add {init, exit}_sequence_fs() helper function
This series provides the {init, exit}_sequence_fs() helper functions and
applies to f2fs and ext4, similar to btrfs.
Youling Tang (3):
f2fs: make module init/exit match their sequence
ext4: make module init/exit match their sequence
fs: Add {init, exit}_sequence_fs() helper function
fs/btrfs/super.c | 36 +--------
fs/ext4/super.c | 142 +++++++++++++++---------------------
fs/f2fs/debug.c | 3 +-
fs/f2fs/f2fs.h | 4 +-
fs/f2fs/super.c | 178 ++++++++++++++++++---------------------------
include/linux/fs.h | 38 ++++++++++
6 files changed, 173 insertions(+), 228 deletions(-)
--
2.34.1
Powered by blists - more mailing lists