commit | 2c2ea9451fc2a12ee57c8346f0da26969d07ee7f | [log] [tgz] |
---|---|---|
author | Lukas Czerner <lczerner@redhat.com> | Wed Jun 22 10:51:09 2011 +0200 |
committer | Jan Kara <jack@suse.cz> | Sat Jun 25 17:29:53 2011 +0200 |
tree | 060666a2cdacc6d5b1f1c10982be0053ac6f9855 | |
parent | 81fe8c62febade6b5d0915269b06a0c50448da27 [diff] |
ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs() We should return -EINVAL when the FITRIM parameters are not sane, but currently we are exiting silently if start is beyond the end of the file system. This commit fixes this so we return -EINVAL as other file systems do. Signed-off-by: Lukas Czerner <lczerner@redhat.com> CC: Jan Kara <jack@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>