commit | edeb69e53729342ec08a0906e1208d846a5e4f4c | [log] [tgz] |
---|---|---|
author | Jason J. Herne <jjherne@us.ibm.com> | Tue Oct 07 13:31:37 2014 -0400 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Tue Oct 28 13:09:10 2014 +0100 |
tree | 43395c29a347db539cc6e9fe7cfad37cf580e434 | |
parent | a6b7e459ff6d569227980f711664f927100c73a8 [diff] |
KVM: s390: Cleanup usage of current->mm in set_guest_storage_key In set_guest_storage_key, we really want to reference the mm struct given as a parameter to the function. So replace the current->mm reference with the mm struct passed in by the caller. Signed-off-by: Jason J. Herne <jjherne@us.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>