Use single bit for struct fuse_file_info::no_interrupt
authorBernd Schubert <bernd@bsbernd.com>
Sat, 28 Dec 2024 12:43:58 +0000 (13:43 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000 (23:04 +0100)
commit15d924c450eb8346607e5fba24d3b60e842e365b
tree36e1c29380ee1e6191198d804046302703b38674
parente7482fbeaf132988eb024742adb6c2f6d4c5b42a
Use single bit for struct fuse_file_info::no_interrupt

Now that we know the exact size of the integer we can
use a single bit and reserve the other bits.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
include/fuse_common.h