From: Brian King Date: Wed, 30 Jun 2010 11:59:12 +0000 (+0000) Subject: ehea: Allocate stats buffer with GFP_KERNEL X-Git-Tag: v2.6.36-rc1~571^2~384 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8009c780ee90fccb5c171caf30aff839f13547;p=pandora-kernel.git ehea: Allocate stats buffer with GFP_KERNEL Since ehea_get_stats calls ehea_h_query_ehea_port, which can sleep, we can also sleep when allocating a page in this function. This fixes some memory allocation failure warnings seen under low memory conditions. Signed-off-by: Brian King Signed-off-by: David S. Miller --- Reading git-diff-tree failed