From: Kent Overstreet Date: Mon, 19 May 2014 15:57:55 +0000 (-0700) Subject: bcache: Make sure to pass GFP_WAIT to mempool_alloc() X-Git-Tag: cleanup-for-v3.18~33^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf090e0040e30f8409e6a535a01e6473afb096f;p=pandora-kernel.git bcache: Make sure to pass GFP_WAIT to mempool_alloc() this was very wrong - mempool_alloc() only guarantees success with GFP_WAIT. bcache uses GFP_NOWAIT in various other places where we have a fallback, circuits must've gotten crossed when writing this code or something. Signed-off-by: Kent Overstreet --- Reading git-diff-tree failed