Files
i2som-imx-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
2015-04-19 10:10:47 +02:00
2014-11-21 09:22:52 -08:00