]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvd: skip BIO_ORDERED logic when bio fails submission
authorJim Harris <jimharris@FreeBSD.org>
Thu, 7 Jan 2016 15:58:44 +0000 (15:58 +0000)
committerJim Harris <jimharris@FreeBSD.org>
Thu, 7 Jan 2016 15:58:44 +0000 (15:58 +0000)
commit26ca317aef1ba366f08136da9342e99e525383fa
tree1b608176cb9e4f7878f42d2fd963cfe5b6dd1ee4
parent8fe5c0d2867653bb073062361cd954a64798167b
nvd: skip BIO_ORDERED logic when bio fails submission

This ensures the bio flags are not read after biodone().
The ordering will still be enforced, after the bio is
submitted successfully.

MFC after: 3 days
Sponsored by: Intel
sys/dev/nvd/nvd.c