https://github.com/torvalds/linux
Revision b4966b7770349deb05e3dd2bd2c65d2d044abbbb authored by Daniel J Blueman on 09 March 2011, 16:46:42 UTC, committed by Chris Mason on 10 March 2011, 16:21:49 UTC
The btrfs DIO code leaks dip structs when dip->csums allocation
fails; bio->bi_end_io isn't set at the point where the free_ordered
branch is consequently taken, thus bio_endio doesn't call the function
which would free it in the normal case. Fix.

Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Acked-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent ea8efc7
History
Tip revision: b4966b7770349deb05e3dd2bd2c65d2d044abbbb authored by Daniel J Blueman on 09 March 2011, 16:46:42 UTC
btrfs: fix dip leak
Tip revision: b4966b7
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 175.1 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top