From: Jason J. Herne Date: Tue, 7 Oct 2014 17:31:37 +0000 (-0400) Subject: KVM: s390: Cleanup usage of current->mm in set_guest_storage_key X-Git-Tag: omap-for-v3.20/drop-legacy-3517~40^2~117^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edeb69e53729342ec08a0906e1208d846a5e4f4c;p=pandora-kernel.git 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 Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed