mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 01:08:08 +02:00
MIPS' struct compat_flock doesn't match the 32-bit struct flock, as it
has an extra short __unused before pad[4], which combined with alignment
increases the size to 40 bytes compared with struct flock's 36 bytes.
Since commit
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||