]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343582,r343588:Relax BIO_FLUSH ordering in da(4), respecting BIO_ORDERED.
authorAlexander Motin <mav@FreeBSD.org>
Wed, 13 Feb 2019 00:37:16 +0000 (00:37 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Wed, 13 Feb 2019 00:37:16 +0000 (00:37 +0000)
commitb290f79eeaceb64b4d35a161d2c7fad7e7de8af8
treeeb38d3f01e7e3521220f31f4804a9e638f3d9a0d
parent528781b9a22abf6ad76111a86a014277d144d448
MFC r343582,r343588:Relax BIO_FLUSH ordering in da(4), respecting BIO_ORDERED.

r212160 tightened this from always using MSG_SIMPLE_Q_TAG to always
MSG_ORDERED_Q_TAG.  Since it also marked all BIO_FLUSH requests with
BIO_ORDERED, this commit changes nothing immediately, but it returns
BIO_FLUSH callers ability to actually specify ordering they really
need, alike to other request types.
sys/cam/scsi/scsi_da.c