commit | a697e051160390065393e2926d9d080077239e9e | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Oct 30 10:55:37 2014 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Nov 03 13:30:29 2014 +0100 |
tree | 70da21199c48de56c63e1e22ff14418e52117644 | |
parent | 5b9f2081e0844581cc94384eb052007002b2bfa8 [diff] |
s390/mm: use correct unlock function in gmap_ipte_notify The page table lock is acquired with a call to get_locked_pte, replace the plain spin_unlock with the correct unlock function pte_unmap_unlock. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>