mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 03:33:51 -04:00
All I/O requests through the taste consumer are synchronous, done
with g_read_data() and without any locks held. It makes no sense
to delegate the I/O to g_down/g_up threads.
This removes many of context switches during disk retaste.
MFC after: 2 weeks
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| g_label.c | ||
| g_label.h | ||
| g_label_disk_ident.c | ||
| g_label_ext2fs.c | ||
| g_label_flashmap.c | ||
| g_label_gpt.c | ||
| g_label_iso9660.c | ||
| g_label_msdosfs.c | ||
| g_label_msdosfs.h | ||
| g_label_ntfs.c | ||
| g_label_reiserfs.c | ||
| g_label_ufs.c | ||