]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Merge tag 'tags/fuse2fs-refactor-mounting_2026-03-12' into next
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Apr 2026 13:52:23 +0000 (09:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Apr 2026 13:52:23 +0000 (09:52 -0400)
fuse2fs: refactor mount code [05/18]

Here, we hoist the mounting code out of main() into a pile of separate
helper functions to reduce the complexity of understanding the mount
code.  This isn't strictly required for iomap, but it makes main() a lot
easier to understand.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>

Trivial merge