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:
d69c0e3
)
xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
author
Wei Liu
<wei.liu2@citrix.com>
Wed, 29 May 2013 16:02:58 +0000
(17:02 +0100)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 29 May 2013 19:24:55 +0000
(15:24 -0400)
Apparently we should not free page that has not been allocated.
This is b/c alloc_xenballooned_pages will take care of freeing
the page on its own.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found