projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb7767
)
Add padding3 in struct fuse_file_info
author
Bernd Schubert
<bernd@bsbernd.com>
Sat, 28 Dec 2024 12:21:58 +0000
(13:21 +0100)
committer
Bernd Schubert
<bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000
(23:04 +0100)
pahole was showing a 4 byte hole - add another padding to
fill that hole.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
include/fuse_common.h
patch
|
blob
|
history
diff --git
a/include/fuse_common.h
b/include/fuse_common.h
index bb66206b115200bc0e46d04f933dc5570b99eca3..0b0ba9be19b3e9672f34a18c11c4dd288a8bbef7 100644
(file)
--- a/
include/fuse_common.h
+++ b/
include/fuse_common.h
@@
-98,6
+98,7
@@
struct fuse_file_info {
/** Padding. Reserved for future use*/
unsigned int padding : 23;
unsigned int padding2 : 32;
+ unsigned int padding3 : 32;
/** File handle id. May be filled in by filesystem in create,
* open, and opendir(). Available in most other file operations on the