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:
ca56a95
)
hfsplus: add missing call to bio_put()
author
Seth Forshee
<seth.forshee@canonical.com>
Tue, 31 May 2011 21:35:50 +0000
(16:35 -0500)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 30 Jun 2011 11:28:32 +0000
(13:28 +0200)
hfsplus leaks bio objects by failing to call bio_put() on the bios
it allocates. Add the missing call to fix the leak.
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Cc: <stable@kernel.org> # .38.x, .39.x
Signed-off-by: Christoph Hellwig <hch@lst.de>
No differences found