On Thu, Jun 23, 2022 at 09:48:27AM +0200, Jan Kara wrote: > get_current_ioprio() is used to initialize IO priority of various > requests. As such it should be returning the effective IO priority of > the task (i.e., reflecting the fact that unset IO priority should get > set based on task's CPU priority) so that the conversion is concentrated > in one place. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>