io_uring/rw: use NULL for rw->free_iovec assigment
authorJens Axboe <axboe@kernel.dk>
Tue, 17 Dec 2024 19:43:49 +0000 (12:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 17 Dec 2024 19:43:49 +0000 (12:43 -0700)
commit2fe7dddd821bada395f391e05acf2936e299cc51
treea9207cbeaa7ad9404924f3c6becce8ef3ba54a68
parent7b7bf14f00521ce9adcc7df4df66bc6d4f31a054
io_uring/rw: use NULL for rw->free_iovec assigment

It's a pointer, don't use 0 for that. sparse throws a warning for that,
as the kernel test robot noticed.

Fixes: 8cf0c459993e ("io_uring/rw: Allocate async data through helper")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412180253.YML3qN4d-lkp@intel.com/
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c