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

From: Christoph Hellwig
Date: Tue May 22 2018 - 05:10:20 EST


On Mon, May 21, 2018 at 09:01:44AM -0700, adam.manzanares@xxxxxxx wrote:
> From: Adam Manzanares <adam.manzanares@xxxxxxx>
>
> 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 <adam.manzanares@xxxxxxx>

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>