commit | b2acdddfad13c38a1e8b927d83c3cf321f63601a | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Wed Oct 07 17:23:23 2015 +0800 |
committer | David Sterba <dsterba@suse.com> | Thu Jan 07 14:26:53 2016 +0100 |
tree | 30ff6c1f9a64f202b26809f98ca0314100776236 | |
parent | 4ef7675344d687a0ef5b0d7c0cee12da005870c0 [diff] |
Btrfs: add missing brelse when superblock checksum fails Looks like oversight, call brelse() when checksum fails. Further down the code, in the non error path, we do call brelse() and so we don't see brelse() in the goto error paths. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>