Commit a195778
committed
io_uring: remove dead 'sqe' store
The kernel test robot correctly identifies that we store sqe twice,
remove the earlier one that is done before validating the index.
Fixes: f75d118 ("io_uring: harder fdinfo sq/cq ring iterating")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent 83956c8 commit a195778
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10140 | 10140 | | |
10141 | 10141 | | |
10142 | 10142 | | |
10143 | | - | |
| 10143 | + | |
10144 | 10144 | | |
10145 | 10145 | | |
10146 | 10146 | | |
| |||
0 commit comments