commit | f27792f5b7e0ba8407fcdeabb5db778fe929ab78 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Sep 06 18:04:40 2016 +0200 |
committer | Jan Kara <jack@suse.cz> | Tue Sep 06 18:04:40 2016 +0200 |
tree | 34671f162509c9ee4914b30bfc27d25c8ebf9a35 | |
parent | 3cd0126dca82ecba8b2a6bf5aca91454da0a0776 [diff] |
udf: Remove useless check in udf_adinicb_write_begin() As Al properly points out, len is guaranteed to be smaller than PAGE_SIZE when we reach udf_adinicb_write_begin() as otherwise we would have converted the file to the normal format. Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Jan Kara <jack@suse.cz>