Updated host/vhost/mic_blk.c to use iov_iter interface.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 2 May 2021 04:12:21 +0000 (21:12 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 2 May 2021 04:12:21 +0000 (21:12 -0700)
commit267218916bdd91dea1e25bb8fc1cf887e3083642
treed476f1fbfc7a1287fc4de1a39bf0b4b57c2e110c
parent263db953b27e671046ebbc6c0c4b71833f1e8dc1
Updated host/vhost/mic_blk.c to use iov_iter interface.

See also:

  - https://github.com/torvalds/linux/commit/9725d4cef62229b4ec4c912e0db0761e7d400650

  - https://lwn.net/Articles/625077/

  - https://stackoverflow.com/questions/42744637/what-is-iter-iovec-iter-kvec-and-iter-bvec

  - https://github.com/torvalds/linux/commit/a528d35
host/vhost/mic_blk.c