Skip to content

Commit d61665c

Browse files
committed
Merge branch 'io_uring-7.0' into for-next
* io_uring-7.0: io_uring/fdinfo: fix SQE_MIXED SQE displaying
2 parents d2b8f51 + b59efde commit d61665c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

io_uring/fdinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ static void __io_uring_show_fdinfo(struct io_ring_ctx *ctx, struct seq_file *m)
125125
sq_idx);
126126
break;
127127
}
128+
i++;
128129
sqe128 = true;
129130
}
130131
seq_printf(m, "%5u: opcode:%s, fd:%d, flags:%x, off:%llu, "

0 commit comments

Comments
 (0)