On Mon, Mar 18, 2024 at 10:00:26PM +0000, Pavel Begunkov wrote: > io_uring_cmd_complete() does exactly what io_uring_cmd_done() does, that > is completing the request, but doesn't ask for issue_flags argument. We > have a couple of users hardcoding some random issue_flags values in > drivers, which they absolutely should not do. This function will be used > to get rid of them. Also, add comments warning users that they're only > allowed to pass issue_flags that were given from io_uring. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks Ming