On Tue, 15 Aug 2023 06:58:32 +0900, Damien Le Moal wrote: > The use of the "class" argument name in the ioprio_value() inline > function in include/uapi/linux/ioprio.h confuses C++ compilers > resulting in compilation errors such as: > > /usr/include/linux/ioprio.h:110:43: error: expected primary-expression before ‘int’ > 110 | static __always_inline __u16 ioprio_value(int class, int level, int hint) > | ^~~ > > [...] Applied, thanks! [1/1] block: uapi: Fix compilation errors using ioprio.h with C++ commit: 8b6e92c358d2e12ff9f12e55bb6101e2ab053ee7 Best regards, -- Jens Axboe