[PATCH] md: bio leak fix
authorNeil Brown <neilb@cse.unsw.edu.au>
Tue, 28 Jun 2005 05:29:34 +0000 (22:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 21:53:41 +0000 (14:53 -0700)
insert a missing bio_put when writting the md superblock.

Without this we have a steady growth in the "bio" slab.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found