mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-04 05:59:10 -05:00
This reverts commit7f466032dc("vhost: access vq metadata through kernel virtual address"). The commit caused a bunch of issues, and while commit73f628ec9e("vhost: disable metadata prefetch optimization") disabled the optimization it's not nice to keep lots of dead code around. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>