Re: [PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/09/21 01:09, Peter Xu wrote:
Drop the unused function as reported by test bot.

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Signed-off-by: Peter Xu <peterx@xxxxxxxxxx>
--
v2:
- Fix the subject that points to the right function; the copy-paste failed.
---
  virt/kvm/dirty_ring.c | 5 -----
  1 file changed, 5 deletions(-)

diff --git a/virt/kvm/dirty_ring.c b/virt/kvm/dirty_ring.c
index 7aafefc50aa7..88f4683198ea 100644
--- a/virt/kvm/dirty_ring.c
+++ b/virt/kvm/dirty_ring.c
@@ -91,11 +91,6 @@ static inline void kvm_dirty_gfn_set_dirtied(struct kvm_dirty_gfn *gfn)
  	gfn->flags = KVM_DIRTY_GFN_F_DIRTY;
  }
-static inline bool kvm_dirty_gfn_invalid(struct kvm_dirty_gfn *gfn)
-{
-	return gfn->flags == 0;
-}
-
  static inline bool kvm_dirty_gfn_harvested(struct kvm_dirty_gfn *gfn)
  {
  	return gfn->flags & KVM_DIRTY_GFN_F_RESET;


Queued, thanks.

Paolo




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux