commit | 94405713889d4a9d341b4ad92956e4e2ec8ec2c2 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Aug 29 15:41:11 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 29 15:41:11 2016 -0400 |
tree | 89ff425378c08511273b3e614f41dd14d71ddac3 | |
parent | 1cba423707b47886391c7fcb3614fc67394be06e [diff] |
ext4: replace bogus assertion in ext4_xattr_shift_entries() We were checking whether computed offsets do not exceed end of block in ext4_xattr_shift_entries(). However this does not make sense since we always only decrease offsets. So replace that assertion with a check whether we really decrease xattrs value offsets. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>