commit | 8690cca95dfd938fe9a476349e196a227148d6c7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 28 10:30:42 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Sep 15 16:56:11 2025 -0700 |
tree | 04f9cda21bee40d5e003ca241d6a215a8f968d25 | |
parent | 1a4fe7ab9878a91610c8a4cf2b4fb11d719a218f [diff] |
fuse2fs: hoist unmount code from main Hoist the unmount code into a separate function so that we can reduce the complexity of main(). This also sets us up for unmounting the filesystem from op_destroy, which we'll need for fuse2fs+iomap mode to maintain the expected behavior that the block device is free when umount(8) returns. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>