Skip to content
Commit ae49eeec authored by Lukas Czerner's avatar Lukas Czerner Committed by Jan Kara
Browse files

ext3: Avoid underflow of in ext3_trim_fs()



Currently if len argument in ext3_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: default avatarLukas Czerner <lczerner@redhat.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 7af11686
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