hfsplus: add missing call to bio_put()
commit2e7c4a283602594b4b74ab636493665531a04e6e
authorSeth Forshee <seth.forshee@canonical.com>
Tue, 31 May 2011 21:35:50 +0000 (31 16:35 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 9 Jul 2011 06:15:29 +0000 (8 23:15 -0700)
tree501aee53c854bb4c1399906dc8b60d77fcc77b9a
parent27747f54a2365afc4e7c10ee9540e350b785eb91
hfsplus: add missing call to bio_put()

commit 50176ddefa4a942419cb693dd2d8345bfdcde67c upstream.

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>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/hfsplus/wrapper.c