On Mon, Sep 20, 2021 at 04:05:03PM +0200, Bartosz Golaszewski wrote: > For better readability and maintenance: use the BIT() macro for flag > definitions. NAK. BIT() is the stupidest macro in the kernel and shall not be used ever. And I'm pretty sure we had this discussion a few times.