diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2022-02-13 22:42:30 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2022-02-13 22:42:30 -0500 |
commit | 124f75f864f38327e3e7e182e6b6da5105e2bade (patch) | |
tree | f861c6dfec15a97b5c6200d89cd9fb18132aac80 /fs/aio.c | |
parent | 90b2433edb6d995bd23d6adde753095b4ab26104 (diff) |
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 'fs/aio.c')
0 files changed, 0 insertions, 0 deletions