input/nfs: notify client on error
Fixes hanging NFS client.
This commit is contained in:
@@ -170,6 +170,8 @@ NfsInputStream::OnNfsFileError(Error &&error)
|
||||
SeekDone();
|
||||
else if (!IsReady())
|
||||
SetReady();
|
||||
else
|
||||
cond.broadcast();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user