Whamcloud - gitweb
fuse2fs: simplify reading and writing inodes
authorDarrick J. Wong <djwong@kernel.org>
Wed, 21 May 2025 22:43:01 +0000 (15:43 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 May 2025 13:41:20 +0000 (09:41 -0400)
commit7607e348ab22fcf1381bb0b832c922a5fbe6337e
tree2946c4694e0dc06bfa1a2121711ff47134205f58
parentf23be676388c3e8afacdf6703755f1b5bda96a47
fuse2fs: simplify reading and writing inodes

Wrap the inode read and write methods in a wrapper so that we don't have
to maintain all these silly casts and sizeof operators.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174786678229.1384866.9795826246954895736.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c