commit | 918dc9d0ab8565886de3ea8bac329e2b102e7f3a | [log] [tgz] |
---|---|---|
author | Damien Guibouret <damien.guibouret@partition-saving.com> | Thu Aug 24 15:11:34 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 24 15:11:34 2017 -0400 |
tree | 54f1abe27e5909e25371332428baa301bdbad365 | |
parent | a6d05676047ec9ef7b98087f8b19a5283dd5a8ce [diff] |
ext4: remove useless test and assignment in strtohash functions On transformation of str to hash, computed value is initialised before first byte modulo 4. But it is already initialised before entering loop and after processing last byte modulo 4. So the corresponding test and initialisation could be removed. Signed-off-by: Damien Guibouret <damien.guibouret@partition-saving.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>