commit | 28c0254ede13ab575d2df5c6585ed3d4817c3e6b | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Mon May 28 14:44:30 2012 +0800 |
committer | Alex Elder <elder@dreamhost.com> | Fri Jun 01 08:06:29 2012 -0500 |
tree | ec4ea075748189c9be942fb41c70691d21b4d2df | |
parent | 6bd9adbdf9ca6a052b0b7455ac67b925eb38cfad [diff] |
ceph: check PG_Private flag before accessing page->private I got lots of NULL pointer dereference Oops when compiling kernel on ceph. The bug is because the kernel page migration routine replaces some pages in the page cache with new pages, these new pages' private can be non-zero. Signed-off-by: Zheng Yan <zheng.z.yan@intel.com> Signed-off-by: Sage Weil <sage@inktank.com>