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:
68aee07
)
relay: fix cpu offline problem
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Fri, 14 Nov 2008 09:44:59 +0000
(10:44 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 18 Nov 2008 14:08:56 +0000
(15:08 +0100)
relay_open() will close allocated buffers when failed.
but if cpu offlined, some buffer will not be closed.
this patch fixed it.
and did cleanup for relay_reset() too.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found