]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fuse: Convert 'write' to a bit-field in struct fuse_copy_state
authorJoanne Koong <joannelkoong@gmail.com>
Thu, 20 Feb 2025 20:16:58 +0000 (12:16 -0800)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 15 Apr 2025 10:59:17 +0000 (12:59 +0200)
commita5c4983bb90759c95d81f0d7b02000578077b1e6
tree622c4623483ef82647147a50e05f7054ca480966
parent2396356a945bb022aff02656f59c2a45d457043f
fuse: Convert 'write' to a bit-field in struct fuse_copy_state

Use a bitfield for 'write' in struct fuse_copy_state.
No functional changes.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_dev_i.h