https://github.com/torvalds/linux
Revision f65647c29b14f5a32ff6f3237b0ef3b375ed5a79 authored by Chris Mason on 18 April 2011, 12:55:34 UTC, committed by Chris Mason on 18 April 2011, 12:55:34 UTC
The free space caching code was recently reworked to
cache all the pages it needed instead of using find_get_page everywhere.

One loop was missed though, so it ended up leaking pages.  This fixes
it to use our page array instead of find_get_page.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 6d74119
History
Tip revision: f65647c29b14f5a32ff6f3237b0ef3b375ed5a79 authored by Chris Mason on 18 April 2011, 12:55:34 UTC
Btrfs: fix free space cache leak
Tip revision: f65647c
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-- 941 bytes
.mailmap -rw-r--r-- 4.0 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 187.2 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top