On Wed, Sep 26, 2018 at 02:54:07PM +0800, kvm-owner@xxxxxxxxxxxxxxx wrote: > In loop for_each_slot_rmap_range(), slot_rmap_walk_okay() will check the > rmap before continue the loop body. > > This patch removes the duplicate check on rmap in the loop body. > > Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxx> > --- Reviewed-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>