diff options
author | Lukas Czerner <[email protected]> | 2012-10-22 18:01:19 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2012-10-22 18:01:19 -0400 |
commit | 5de35e8d5c02d271c20e18337e01bc20e6ef472e (patch) | |
tree | 76650de85ba0c02a48de9daa1ba316b5108450f0 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 79f1ba49569e5aec919b653c55b03274c2331701 (diff) |
ext4: Avoid underflow in ext4_trim_fs()
Currently if len argument in ext4_trim_fs() is smaller than one block,
the 'end' variable underflow. Avoid that by returning EINVAL if len is
smaller than file system block.
Also remove useless unlikely().
Signed-off-by: Lukas Czerner <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions