Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2017 21:13:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221973] cam iosched: BIO_ZONE commands probably shouldn't use the read queue
Message-ID:  <bug-221973-8-Tfp8Gw5Tyz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221973-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221973-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221973

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: imp
Date: Wed Sep 20 21:13:21 UTC 2017
New revision: 323828
URL: https://svnweb.freebsd.org/changeset/base/323828

Log:
  cam iosched: Use the write queue for BIO_ZONE commands

  Use the write queue for BIO_ZONE commands so they can't get executed
  ahead of writes that were sent after them. More generally, since they
  introduce strong ordering into the list, they need to go to the write
  queue (which is the only queue that BIO_ORDERED is honored for at the
  moment). In fact, fix mismatch between queueing and dequeueing code by
  changing this to queue all non-reads (and non-trims) to the write
  queue.

  As a side effect this prevents the kernel message:
  kernel: Found bio_cmd =3D 0x9
  which cam_iosched_next_bio() emits when finding commands
  other than BIO_READ in the read queue.

  PR: 221973
  Obtained from: ElectroBSD
  Submitted by: Fabian Keil
  Differential Revision: https://reviews.freebsd.org/D12353

Changes:
  head/sys/cam/cam_iosched.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221973-8-Tfp8Gw5Tyz>