diff options
author | 2011-01-10 12:51:28 -0500 | |
---|---|---|
committer | 2011-01-10 12:51:28 -0500 | |
commit | 1c5b9e9065567876c2d4a7a16d78f0fed154a5bf (patch) | |
tree | 67b74f12c7336a972de54d004455369eec38bc28 /include/linux/gpio.h | |
parent | ext4: remove ext4_mb_return_to_preallocation() (diff) | |
download | wireguard-linux-1c5b9e9065567876c2d4a7a16d78f0fed154a5bf.tar.xz wireguard-linux-1c5b9e9065567876c2d4a7a16d78f0fed154a5bf.zip |
ext4: fix memory leak in ext4_free_branches
Commit 40389687 moved a call to ext4_forget() out of
ext4_free_branches and let ext4_free_blocks() handle calling
bforget(). But that change unfortunately did not replace the call to
ext4_forget() with brelse(), which was needed to drop the in-use count
of the indirect block's buffer head, which lead to a memory leak when
deleting files that used indirect blocks. Fix this.
Thanks to Hugh Dickins for pointing this out.
Cc: stable@kernel.org
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include/linux/gpio.h')
0 files changed, 0 insertions, 0 deletions