]> git.proxmox.com Git - proxmox-fuse.git/commit
fix alignment of bit field in fuse file info
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Feb 2024 11:40:00 +0000 (12:40 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Feb 2024 11:40:49 +0000 (12:40 +0100)
commit7039812807e9d4ae1f59aec1ad1cd854575cb9e8
treec445c680abfcfbadfbbb0563b72683e643edfc09
parentbda0f4f9fc7856e5ebd5c526427cb71a5cc6737e
fix alignment of bit field in fuse file info

the C code uses 2 unsigned ints

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/sys.rs