io_uring/rw: remove leftover debug statement
authorJens Axboe <axboe@kernel.dk>
Sun, 16 Oct 2022 23:24:10 +0000 (17:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:22:49 +0000 (07:22 +0100)
commit4b6f8263e931d00617c63bd1e90fcf26ce70a1bb
tree8575be860318cdb095e101683eed3a0d4999df6f
parentb10acfcd61b25ad5b97c155aad9c45d5ecbb9f39
io_uring/rw: remove leftover debug statement

commit 5c61795ea97c170347c5c4af0c159bd877b8af71 upstream.

This debug statement was never meant to go into the upstream release,
kill it off before it ends up in a release. It was just part of the
testing for the initial version of the patch.

Fixes: 2ec33a6c3cca ("io_uring/rw: ensure kiocb_end_write() is always called")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/io_uring.c