On Sun, 25 May 2025 at 14:49, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > Perhaps > > -#define FOP_DONTCACHE ((__force fop_flags_t)(1 << 7)) when shit gets fixed > +#define FOP_DONTCACHE 0 // ((__force fop_flags_t)(1 << 7)) when shit gets fixed > > instead? Yeah, I think that ends up being prettier than an extra error return in the middle of code. Will do. Thanks for noticing this, even if the timing is awkward. Linus