diff options
author | Damien Guibouret <damien.guibouret@partition-saving.com> | 2017-08-24 15:11:34 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-08-24 15:11:34 -0400 |
commit | 918dc9d0ab8565886de3ea8bac329e2b102e7f3a (patch) | |
tree | 54f1abe27e5909e25371332428baa301bdbad365 /fs/ext4/move_extent.c | |
parent | a6d05676047ec9ef7b98087f8b19a5283dd5a8ce (diff) | |
download | talos-obmc-linux-918dc9d0ab8565886de3ea8bac329e2b102e7f3a.tar.gz talos-obmc-linux-918dc9d0ab8565886de3ea8bac329e2b102e7f3a.zip |
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>
Diffstat (limited to 'fs/ext4/move_extent.c')
0 files changed, 0 insertions, 0 deletions