]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340988:
authorasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 22:18:22 +0000 (22:18 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 22:18:22 +0000 (22:18 +0000)
commitd14b19faebcea82a8d1e065c479ac435488c6d8c
tree162ed4cf51698f83f847af8e123bf308e2d0416c
parent7a26c5e4cfc9c1a70f7eb8499631be73146f3ae2
MFC r340988:

vfs_aio.c: rename "physio" symbols to "bio".

aio has two paths: an asynchronous "physio" path and a synchronous path.
Confusingly, physio(9) isn't actually used by the "physio" path, and never
has been.  In fact, it may even be called by the synchronous path!  Rename
the "physio" path to the "bio" path to reflect what it actually does:
directly compose BIOs and send them to character devices.
sys/kern/vfs_aio.c