On Wed, Jun 11, 2025 at 08:54:24AM +0100, Al Viro wrote: > DCACHE_OP_PRUNE in ->d_flags at the time of d_set_d_op() should've > been treated the same as any other DCACHE_OP_... - we forgot to adjust > that WARN_ON() when DCACHE_OP_PRUNE had been introduced... > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>