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 | ||