commit | e52f8b6112353e9e8eac64f082bfbc65e64bb2dd | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Tue Feb 02 12:26:00 2016 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Mon Jun 20 09:54:33 2016 +0200 |
tree | c6a4ef5a83a70a8ec09cdbff45316cb1ce1ea956 | |
parent | 0f7f84891516dc1ff7500fae12143710d2d9d11f [diff] |
s390/mm: take the mmap_sem in kvm_s390_shadow_fault() Instead of doing it in the caller, let's just take the mmap_sem in kvm_s390_shadow_fault(). By taking it as read, we allow parallel faulting on shadow page tables, gmap shadow code is prepared for that. Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>