Skip to content
Commit 8c3e3582 authored by David Sterba's avatar David Sterba
Browse files

btrfs: use u8 for raid_array members



The raid_attr table is now 7 * 56 = 392 bytes long, consisting of just
small numbers so we don't have to use ints. New size is 7 * 32 = 224,
saving 3 cachelines.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 946c9256
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment