Skip to content
  • Herbert Xu's avatar
    lib/mpi: Do not do sg_virt · 127827b9
    Herbert Xu authored
    
    
    Currently the mpi SG helpers use sg_virt which is completely
    broken.  It happens to work with normal kernel memory but will
    fail with anything that is not linearly mapped.
    
    This patch fixes this by using the SG iterator helpers.
    
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    127827b9