Re: [PATCH 5/7] aio: Fix fallback I/O priority value

2018-11-19 Thread Adam Manzanares
On Mon, 2018-11-19 at 12:51 +0900, Damien Le Moal wrote: > For cases when the application does not specify aio_reqprio for an > aio, > fallback to use get_current_ioprio() to obtain the task I/O priority > last set using ioprio_set() rather than the hardcoded > IOPRIO_CLASS_NONE > value. > >

Re: [PATCH 5/7] aio: Fix fallback I/O priority value

2018-11-19 Thread Johannes Thumshirn
Looks good, Reiewed-by: Johannes Thumshirn -- Johannes ThumshirnSUSE Labs jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG

Re: [PATCH 5/7] aio: Fix fallback I/O priority value

2018-11-19 Thread Christoph Hellwig
On Mon, Nov 19, 2018 at 12:51:29PM +0900, Damien Le Moal wrote: > For cases when the application does not specify aio_reqprio for an aio, > fallback to use get_current_ioprio() to obtain the task I/O priority > last set using ioprio_set() rather than the hardcoded IOPRIO_CLASS_NONE > value. > >

[PATCH 5/7] aio: Fix fallback I/O priority value

2018-11-18 Thread Damien Le Moal
For cases when the application does not specify aio_reqprio for an aio, fallback to use get_current_ioprio() to obtain the task I/O priority last set using ioprio_set() rather than the hardcoded IOPRIO_CLASS_NONE value. Signed-off-by: Damien Le Moal --- fs/aio.c | 2 +- 1 file changed, 1