Staging
v0.5.1
https://github.com/torvalds/linux
Revision 5b40dc780ed996162f3af8712eb03beb24dcdbef authored by Christoph Lameter on 17 March 2006, 07:04:07 UTC, committed by Linus Torvalds on 17 March 2006, 15:51:25 UTC
We can call try_to_release_page() with PagePrivate off and a valid
page->mapping This may cause all sorts of trouble for the filesystem
*_releasepage() handlers.  XFS bombs out in that case.

Lock the page before checking for page private.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 8ba32fd
History
Tip revision: 5b40dc780ed996162f3af8712eb03beb24dcdbef authored by Christoph Lameter on 17 March 2006, 07:04:07 UTC
[PATCH] fix race in pagevec_strip?
Tip revision: 5b40dc7
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 66.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top