git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1044b03
)
KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()
author
Takuya Yoshikawa
<yoshikawa_takuya_b1@lab.ntt.co.jp>
Wed, 6 Mar 2013 07:05:52 +0000
(16:05 +0900)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 7 Mar 2013 20:26:27 +0000
(17:26 -0300)
We are traversing the linked list, invalid_list, deleting each entry by
kvm_mmu_free_page(). _safe version is there for such a case.
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found