hfsplus: add missing call to bio_put()
commit50176ddefa4a942419cb693dd2d8345bfdcde67c
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 31 May 2011 21:35:50 +0000 (31 16:35 -0500)
committerChristoph Hellwig <hch@lst.de>
Thu, 30 Jun 2011 11:28:32 +0000 (30 13:28 +0200)
tree922781d0151cf2e2939056b7dd44932f0b7e559f
parentca56a95eedcc95f8fea7b49c87565cd961d74fe2
hfsplus: add missing call to bio_put()

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>
fs/hfsplus/wrapper.c