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:
7453ea8
)
Staging: zram: Fix kunmapping order
author
Jerome Marchand
<jmarchan@redhat.com>
Wed, 13 Jul 2011 15:20:05 +0000
(17:20 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 18 Jul 2011 20:22:52 +0000
(13:22 -0700)
This patch fixes the unmapping order of KM_USER0/1 in
handle_uncompressed_page() and zram_read() so that kmap()/kunmap() calls
are correctly nested.
Reported-by: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Reviewed-by: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found