commit | c86416c6ff5ba7f7e5f3ff1dd8a9d1b3d0be827c | [log] [tgz] |
---|---|---|
author | Stefan Roesch <[email protected]> | Mon Oct 10 16:43:30 2022 -0700 |
committer | Jens Axboe <[email protected]> | Wed Oct 12 16:30:56 2022 -0600 |
tree | 1a22e544ee39c5e1c0b653760c0d0c0395391edc | |
parent | 11528491c65a493050c682786c6b7cfd9e9b4a8f [diff] |
io_uring: local variable rw shadows outer variable in io_write This fixes the shadowing of the outer variable rw in the function io_write(). No issue is caused by this, but let's silence the shadowing warning anyway. Reported-by: kernel test robot <[email protected]> Signed-off-by: Stefan Roesch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>