]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Btrfs: fix extent_buffer leak in the metadata IO error handling
authorChris Mason <chris.mason@oracle.com>
Fri, 4 Nov 2011 02:23:13 +0000 (22:23 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 16 Nov 2011 01:56:04 +0000 (20:56 -0500)
commit9e765e62e8db4c9b0406f1c29aa448b515950832
tree953b3f706ac3627b12f03f0455d43e8604edbb1a
parent6666dffb502215e722a2053bfb1e780991615042
Btrfs: fix extent_buffer leak in the metadata IO error handling

The scrub readahead branch brought in a new error handling hook,
but it was leaking extent_buffer references.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
(cherry picked from commit c674e04e1cd6049715e7b9446790f4b441e547c0)
fs/btrfs/disk-io.c