diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2022-02-14 04:42:30 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2022-02-14 04:42:30 +0100 |
commit | 124f75f864f38327e3e7e182e6b6da5105e2bade (patch) | |
tree | f861c6dfec15a97b5c6200d89cd9fb18132aac80 /.mailmap | |
parent | seq_file: fix NULL pointer arithmetic warning (diff) | |
download | linux-124f75f864f38327e3e7e182e6b6da5105e2bade.tar.xz linux-124f75f864f38327e3e7e182e6b6da5105e2bade.zip |
clean overflow checks in count_mounts() a bit
Wraparound checks in there are redundant (x + y < x and
x + y < y are equivalent when x and y are both unsigned int).
IMO more straightforward code would be better here...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions