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:
200b070
)
exofs: confusion between kmap() and kmap_atomic() api
author
Dan Carpenter
<error27@gmail.com>
Fri, 7 May 2010 09:05:33 +0000
(11:05 +0200)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Mon, 17 May 2010 10:50:58 +0000
(13:50 +0300)
For kmap_atomic() we call kunmap_atomic() on the returned pointer.
That's different from kmap() and kunmap() and so it's easy to get them
backwards.
Cc: Stable <stable@kernel.org>
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
No differences found