bcache: Allocate bounce buffers with GFP_NOWAIT
authorKent Overstreet <kmo@daterainc.com>
Mon, 19 May 2014 15:55:40 +0000 (08:55 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 4 Aug 2014 22:23:03 +0000 (15:23 -0700)
commit501d52a90cbe652b41336c206ff0e95799d5a9b5
tree84c394218e0180934467c678c63b92414463f2ab
parentbcf090e0040e30f8409e6a535a01e6473afb096f
bcache: Allocate bounce buffers with GFP_NOWAIT

There's no point in blocking on these allocations, since our fallback paths will
probably go faster than blocking.

Change-Id: I733ca202c25cb36bde02607a0a60552229a4241c
drivers/md/bcache/bset.c
drivers/md/bcache/btree.c