commit | 8c3e3582a4f0dbdaea49cfd71640a626c8bb7134 | [log] [tgz] |
---|---|---|
author | David Sterba <[email protected]> | Fri May 17 11:43:36 2019 +0200 |
committer | David Sterba <[email protected]> | Mon Jul 01 13:34:57 2019 +0200 |
tree | b45ec48368abc4aa5122508bc1ec2caaae5f1835 | |
parent | 946c9256c6fabe8d3fe8e076df1c4290dcd778f2 [diff] |
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: David Sterba <[email protected]>