-
Notifications
You must be signed in to change notification settings - Fork 7
waiting for device to exist #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The clippy error is also present in main. It changed with the latest rust version. That will need a separate fix. |
Please rebase. That should fix the failed tests. |
994221e
to
50f25cd
Compare
50f25cd
to
9a35afa
Compare
9a35afa
to
4e6cbfa
Compare
Should I squash your changes into my commit or should I leave it as separate commit? @hnez |
Please squash them. I don't care too much about attribution here and squashing makes the history easier to follow. |
9bf92f5
to
0dbcf00
Compare
0dbcf00
to
8eaa635
Compare
It might be possible that the storage device does not probe fast enough causing an error when trying to mount it. Thus, we should wait for it passively before proceeding with the code. Signed-off-by: Fabian Pfitzner <[email protected]> Co-authored-by: Leonard Göhrs <[email protected]> Signed-off-by: Fabian Pfitzner <[email protected]>
8eaa635
to
740fc3b
Compare
It might be possible that the storage device does not probe fast enough causing an error when trying to mount it. Thus, we should wait for it passively before proceeding with the code. Depending on which features are enabled we have to wait at different code paths.