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:
b0a6916
)
[PATCH] stop leaking cfq_data in cfq_set_request()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 18 Mar 2006 18:22:53 +0000
(13:22 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 18 Mar 2006 23:33:56 +0000
(18:33 -0500)
We don't need to pin ->key down; ->cfqq->cfqd will do that for us.
Incidentally, that stops the leak we had - that reference was never
dropped.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found