commit | bcf090e0040e30f8409e6a535a01e6473afb096f | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon May 19 08:57:55 2014 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Mon Aug 04 15:23:03 2014 -0700 |
tree | 783c32e0c6bb06933e92150585a6faa13c9d1261 | |
parent | 9e5c353510b26500bd6b8309823ac9ef2837b761 [diff] |
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 <kmo@daterainc.com>