Skip to content

Commit 4be00c8

Browse files
committed
ioctl: Sort members their natural size
Previous attempt to align the members of all *_args structure didn't take into account that pointer types vary between 32bit and 64bit depending the arch. The only reliable alignemnt is to sort the members according their natural size: 64bit, pointers, 32bit, 16bit, 8bit. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 734e207 commit 4be00c8

1 file changed

Lines changed: 266 additions & 264 deletions

File tree

0 commit comments

Comments
 (0)