Skip to content

Commit

Permalink
don't overwork
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 21, 2024
1 parent 6b6fcc3 commit b1551e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fio-stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -33345,7 +33345,6 @@ FIO_SFUNC void fio_write2___task(void *io_, void *packet_) {
if (!(io->state & FIO___IO_STATE_OPEN))
goto io_error;
fio_stream_add(&io->stream, packet);
fio___srv_try_to_write_to_io(io);
fio___s_monitor_out(io);
fio_free2(io); /* undup the IO object since it isn't moved to on_ready */
return;
Expand Down
1 change: 0 additions & 1 deletion fio-stl/400 server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,6 @@ FIO_SFUNC void fio_write2___task(void *io_, void *packet_) {
if (!(io->state & FIO___IO_STATE_OPEN))
goto io_error;
fio_stream_add(&io->stream, packet);
fio___srv_try_to_write_to_io(io);
fio___s_monitor_out(io);
fio_free2(io); /* undup the IO object since it isn't moved to on_ready */
return;
Expand Down

0 comments on commit b1551e4

Please sign in to comment.