Skip to content
Commit 4cd9069a authored by Richard Kennedy's avatar Richard Kennedy Committed by Fengguang Wu
Browse files

fs: remove 8 bytes of padding from struct writeback_control on 64 bit builds



Reorder structure writeback_control to remove 8 bytes of padding on 64
bit builds, this shrinks its size from 48 to 40 bytes.

This structure is always on the stack and uses C99 named initialisation,
so should be safe and have a small impact on stack usage.

Signed-off-by: default avatarRichard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
parent 18cf8cf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment