[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176246794450.2863378.4457886029233676166.stgit@frogsfrogsfrogs>
Date: Thu, 06 Nov 2025 14:28:40 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org
Subject: [PATCHSET 4/9] fuse2fs: refactor unmount code
Hi all,
In this series, we refactor the code around ext2fs_close to get ready
for iomap mode. The significant part of this series is moving the
unmount code to op_destroy, because we want to release the block device
as a part of the umount(2) process to maintain expected behavior of the
in-kernel local filesystem drivers.
If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.
Comments and questions are, as always, welcome.
e2fsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=fuse2fs-refactor-unmounting
---
Commits in this patchset:
* fuse2fs: get rid of the global_fs variable
* fuse2fs: hoist lockfile code
* fuse2fs: hoist unmount code from main
---
misc/fuse2fs.c | 195 ++++++++++++++++++++++++++++++--------------------------
1 file changed, 106 insertions(+), 89 deletions(-)
Powered by blists - more mailing lists