summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2022-02-07 09:24:11 -0700
committerJens Axboe <axboe@kernel.dk>2022-03-10 06:32:49 -0700
commitf0a4e62bb5343b3b7163bc851cfb4bebfefcc4e7 (patch)
treeaa101625b03fc6ddde55ca6c567df18faf563ce5 /tools/perf/scripts/python/exported-sql-viewer.py
parent8bb649ee1da321ec3a1bbec048a425c5ea18ea21 (diff)
io_uring: Fix use of uninitialized ret in io_eventfd_register()
Clang warns: fs/io_uring.c:9396:9: warning: variable 'ret' is uninitialized when used here [-Wuninitialized] return ret; ^~~ fs/io_uring.c:9373:13: note: initialize the variable 'ret' to silence this warning int fd, ret; ^ = 0 1 warning generated. Just return 0 directly and reduce the scope of ret to the if statement, as that is the only place that it is used, which is how the function was before the fixes commit. Fixes: 1a75fac9a0f9 ("io_uring: avoid ring quiesce while registering/unregistering eventfd") Link: https://github.com/ClangBuiltLinux/linux/issues/1579 Signed-off-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Link: https://lore.kernel.org/r/20220207162410.1013466-1-nathan@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions