Re: fix confusion around GFP_* flags and blk_get_request

2018-05-14 Thread Jens Axboe
On 5/14/18 8:38 AM, Christoph Hellwig wrote:
> Jens, any comments?

Looks good to me.

-- 
Jens Axboe



Re: fix confusion around GFP_* flags and blk_get_request

2018-05-14 Thread Christoph Hellwig
Jens, any comments?

On Wed, May 09, 2018 at 09:54:02AM +0200, Christoph Hellwig wrote:
> Hi all,
> 
> this series sorts out the mess around how we use gfp flags in the
> block layer get_request interface.
> 
> Changes since RFC:
>   - don't switch to GFP_NOIO for allocations in blk_get_request.
> blk_get_request is used by the multipath code in potentially dead lock
> prone areas, so this will need a separate audit and maybe a flag.
---end quoted text---


fix confusion around GFP_* flags and blk_get_request

2018-05-09 Thread Christoph Hellwig
Hi all,

this series sorts out the mess around how we use gfp flags in the
block layer get_request interface.

Changes since RFC:
  - don't switch to GFP_NOIO for allocations in blk_get_request.
blk_get_request is used by the multipath code in potentially dead lock
prone areas, so this will need a separate audit and maybe a flag.


[RFC] fix confusion around GFP_* flags and blk_get_request

2018-04-09 Thread Christoph Hellwig
Hi all,

this series sorts out the mess around how we use gfp flags in the
block layer get_request interface.