vfs: remove Read_result::READ_ERR_INTERRUPT

The error condition was too vague and thereby remained unused in
practice.

Issue #4706
This commit is contained in:
Norman Feske
2022-12-20 12:15:14 +01:00
committed by Christian Helmuth
parent ba78cf72ae
commit 9a2c03d2c6
14 changed files with 4 additions and 21 deletions

View File

@ -40,8 +40,8 @@ struct Vfs::File_io_service : Interface
**********/
enum Read_result { READ_ERR_WOULD_BLOCK, READ_ERR_INVALID,
READ_ERR_IO, READ_ERR_INTERRUPT,
READ_QUEUED, READ_OK };
READ_ERR_IO, READ_QUEUED,
READ_OK };
/**
* Queue read operation