Page MenuHomeFreeBSD

nvme: Always set deadline to max
ClosedPublic

Authored by imp on Oct 10 2022, 2:15 AM.
Tags
None
Referenced Files
F167029421: D36920.id111627.diff
Tue, Aug 18, 4:15 PM
Unknown Object (File)
Sat, Aug 15, 7:31 PM
Unknown Object (File)
Sat, Aug 15, 7:30 PM
Unknown Object (File)
Sat, Aug 15, 7:21 PM
Unknown Object (File)
Tue, Aug 11, 11:18 PM
Unknown Object (File)
Mon, Aug 10, 6:33 PM
Unknown Object (File)
Sat, Aug 8, 11:31 PM
Unknown Object (File)
Sat, Aug 8, 11:17 PM
Subscribers

Details

Summary

The deadline always needs to be valid, and not what's left over from before.
Always initialize it to maximum.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Oct 10 2022, 2:15 AM

Since it is under the queue lock I don't see much difference in the order, only removal of the condition makes sense to me.

This revision is now accepted and ready to land.Oct 10 2022, 1:43 PM

simplify code and re-word commit message about what's really important here.

This revision now requires review to proceed.Oct 10 2022, 10:38 PM
This revision is now accepted and ready to land.Oct 11 2022, 2:33 PM
This revision was automatically updated to reflect the committed changes.