mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
0d8cec7658
Unlike normal consumers all taste consumer I/O is synchronous, done with g_read_data() and without any locks held. It makes no sense to delegate I/O submission to g_down thread. This should remove number of context switches during disk retaste. MFC after: 2 weeks