commit | 4673272f43ae790ab9ec04e38a7542f82bb8f020 | [log] [tgz] |
---|---|---|
author | Scott Talbert <scott.talbert@hgst.com> | Mon May 09 09:14:28 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon May 16 10:17:58 2016 +0200 |
tree | 136c03e4be575e4466ef9df119b8debdf768a56a | |
parent | 2c1984f244838477aab4e5882f4479491ae1084a [diff] |
btrfs: fix memory leak during RAID 5/6 device replacement A 'struct bio' is allocated in scrub_missing_raid56_pages(), but it was never freed anywhere. Signed-off-by: Scott Talbert <scott.talbert@hgst.com> Signed-off-by: David Sterba <dsterba@suse.com>