]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The condition to use direct processing for the unmapped bio is
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 7 Aug 2015 08:13:34 +0000 (08:13 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 7 Aug 2015 08:13:34 +0000 (08:13 +0000)
commit9b34965019a89e0c95c39ac20c81e3ebae4f5143
treef5780fb1811752b1ad8ff8c857e3e9b360926e53
parentb47f904d8f130280ddd0eb5c5dd55a151ced0246
The condition to use direct processing for the unmapped bio is
reverted.  We can do direct processing when g_io_check() does not need
to perform transient remapping of the bio, otherwise the thread has to
sleep.

Reviewed by: mav (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/geom/geom_io.c