io_uring/rw: remove leftover debug statement
authorJens Axboe <axboe@kernel.dk>
Sun, 16 Oct 2022 23:24:10 +0000 (17:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Oct 2022 23:24:10 +0000 (17:24 -0600)
commit5c61795ea97c170347c5c4af0c159bd877b8af71
tree613864da9f464f555010de4c3411051e6cc81316
parent02bac94bd8efd75f615ac7515dd2def75b43e5b9
io_uring/rw: remove leftover debug statement

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>
io_uring/rw.c