Commit 547988a
committed
io_uring: remove checks for NULL 'sq_offset'
Since the 5.12 kernel release, nobody has been passing NULL as the
sq_offset pointer. Remove the checks for it being NULL or not, it will
always be valid.
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent d13ddd9 commit 547988a
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2597 | 2597 | | |
2598 | 2598 | | |
2599 | 2599 | | |
2600 | | - | |
2601 | | - | |
| 2600 | + | |
2602 | 2601 | | |
2603 | 2602 | | |
2604 | 2603 | | |
2605 | | - | |
2606 | | - | |
| 2604 | + | |
2607 | 2605 | | |
2608 | 2606 | | |
2609 | 2607 | | |
| |||
0 commit comments