diff options
author | Damien Guibouret <[email protected]> | 2017-08-24 15:11:34 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2017-08-24 15:11:34 -0400 |
commit | 918dc9d0ab8565886de3ea8bac329e2b102e7f3a (patch) | |
tree | 54f1abe27e5909e25371332428baa301bdbad365 /tools/perf/scripts/python/export-to-postgresql.py | |
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 <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions