Add FsError::Again

master
Jiajie Chen 6 years ago
parent 7629e287cb
commit ee0d0b31a1

@ -256,6 +256,7 @@ pub enum FsError {
DeviceError, DeviceError,
IOCTLError, IOCTLError,
NoDevice, NoDevice,
Again, // E_AGAIN, when no data is available, never happens in fs
} }
impl fmt::Display for FsError { impl fmt::Display for FsError {

Loading…
Cancel
Save