diff options
author | Baokun Li <[email protected]> | 2024-03-19 19:33:23 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2024-05-02 23:48:31 -0400 |
commit | 9a9f3a9842927e4af7ca10c19c94dad83bebd713 (patch) | |
tree | 8991341047e6829e7263a58a8b2fad8f3ddbab3b /scripts/generate_rust_analyzer.py | |
parent | 63bfe841053f8dda09c9d059d543486d9dc16104 (diff) |
ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
Now ac_groups_linear_remaining is of type __u16 and s_mb_max_linear_groups
is of type unsigned int, so an overflow occurs when setting a value above
65535 through the mb_max_linear_groups sysfs interface. Therefore, the
type of ac_groups_linear_remaining is set to __u32 to avoid overflow.
Fixes: 196e402adf2e ("ext4: improve cr 0 / cr 1 group scanning")
CC: [email protected]
Signed-off-by: Baokun Li <[email protected]>
Reviewed-by: Zhang Yi <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions