Files
linux/drivers/block
Ilya Dryomov d8c97a8db6 rbd: use GFP_NOIO in rbd_obj_request_create()
commit 5a60e87603 upstream.

rbd_obj_request_create() is called on the main I/O path, so we need to
use GFP_NOIO to make sure allocation doesn't blow back on us.  Not all
callers need this, but I'm still hardcoding the flag inside rather than
making it a parameter because a) this is going to stable, and b) those
callers shouldn't really use rbd_obj_request_create() and will be fixed
in the future.

More memory allocation fixes will follow.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-03 09:29:47 -07:00
..
2014-04-03 12:01:05 -07:00
2013-03-26 14:48:12 -06:00
2013-04-09 14:13:19 -04:00
2011-08-08 11:40:15 +02:00
2005-04-16 15:20:36 -07:00
2013-04-09 14:13:32 -04:00
2012-03-28 18:30:03 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2013-03-28 14:50:49 -04:00
2015-04-19 10:10:47 +02:00
2013-05-31 11:45:52 -04:00
2013-04-09 14:13:32 -04:00
2014-11-21 09:22:52 -08:00
2009-03-26 21:15:27 +01:00
2013-03-20 15:44:58 +10:30