On 2021/08/08 1:19, Jens Axboe wrote: > On 8/6/21 5:18 AM, Damien Le Moal wrote: >> diff --git a/include/uapi/linux/ioprio.h b/include/uapi/linux/ioprio.h >> index 99d37d4807b8..5b4a39c2f623 100644 >> --- a/include/uapi/linux/ioprio.h >> +++ b/include/uapi/linux/ioprio.h >> @@ -42,8 +42,8 @@ enum { >> }; >> >> /* >> - * Fallback BE priority >> + * Fallback BE priority level. >> */ >> -#define IOPRIO_NORM 4 >> +#define IOPRIO_BE_NORM 4 > > This again seems like a very poor idea. OK. Will remove that. Or we could do: #define IOPRIO_NORM 4 #define IOPRIO_BE_NORM IOPRIO_NORM In case other classes want to set a different default... Though, that is not critical I think. -- Damien Le Moal Western Digital Research