]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Merge tag 'tags/fuse2fs-refactor-operation-startup_2026-03-12' into next
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Apr 2026 13:45:56 +0000 (09:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Apr 2026 13:45:56 +0000 (09:45 -0400)
fuse2fs: clean up operation startup [03/18]

Reduce the amount of boilerplate in fuse2fs by creating helper functions
to start and finish a file operation instead of open-coding the logic
all over the place.  This also fixes a couple of theoretical races.

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

Trivial merge