Loading drivers/block/rbd.c +1 −1 Original line number Diff line number Diff line Loading @@ -2061,7 +2061,7 @@ static struct rbd_img_request *rbd_img_request_create( { struct rbd_img_request *img_request; img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_ATOMIC); img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); if (!img_request) return NULL; Loading Loading
drivers/block/rbd.c +1 −1 Original line number Diff line number Diff line Loading @@ -2061,7 +2061,7 @@ static struct rbd_img_request *rbd_img_request_create( { struct rbd_img_request *img_request; img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_ATOMIC); img_request = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); if (!img_request) return NULL; Loading