Re: [PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16

2018-05-22 Thread Christoph Hellwig
On Mon, May 21, 2018 at 09:01:44AM -0700, adam.manzana...@wdc.com wrote: > From: Adam Manzanares > > In order to avoid kiocb bloat for per command iopriority support, rw_hint > is converted from enum to a u16. Added a guard around ki_hint assigment. > > Signed-off-by:

Re: [PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16

2018-05-22 Thread Christoph Hellwig
On Mon, May 21, 2018 at 09:01:44AM -0700, adam.manzana...@wdc.com wrote: > From: Adam Manzanares > > In order to avoid kiocb bloat for per command iopriority support, rw_hint > is converted from enum to a u16. Added a guard around ki_hint assigment. > > Signed-off-by: Adam Manzanares Looks

[PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16

2018-05-21 Thread adam . manzanares
From: Adam Manzanares In order to avoid kiocb bloat for per command iopriority support, rw_hint is converted from enum to a u16. Added a guard around ki_hint assigment. Signed-off-by: Adam Manzanares --- include/linux/fs.h | 13 +++--

[PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16

2018-05-21 Thread adam . manzanares
From: Adam Manzanares In order to avoid kiocb bloat for per command iopriority support, rw_hint is converted from enum to a u16. Added a guard around ki_hint assigment. Signed-off-by: Adam Manzanares --- include/linux/fs.h | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-)