0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

ircd::fs::aio: Remove stale TODO.

This commit is contained in:
Jason Volk 2019-06-08 02:48:35 -07:00
parent 431704b627
commit e409a45f15

View file

@ -962,7 +962,7 @@ catch(const std::system_error &e)
switch(e.code().value())
{
// Manpages sez that EBADF is thrown if the fd in the FIRST iocb has
// an issue. TODO: handle this by tossing the first iocb and continue.
// an issue.
case int(std::errc::bad_file_descriptor):
dequeue_one(e.code());
return 0;