io_uring: local variable rw shadows outer variable in io_write
authorStefan Roesch <shr@devkernel.io>
Mon, 10 Oct 2022 23:43:30 +0000 (16:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Oct 2022 22:30:56 +0000 (16:30 -0600)
commitc86416c6ff5ba7f7e5f3ff1dd8a9d1b3d0be827c
tree1a22e544ee39c5e1c0b653760c0d0c0395391edc
parent11528491c65a493050c682786c6b7cfd9e9b4a8f
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 <lkp@intel.com>
Signed-off-by: Stefan Roesch <shr@devkernel.io>
Link: https://lore.kernel.org/r/20221010234330.244244-1-shr@devkernel.io
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c