Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: handle fallout from folio work

just add a stub

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+3
+3
tools/virtio/linux/mm_types.h
··· 1 + struct folio { 2 + struct page page; 3 + };