On Wed, Jun 11, 2025 at 08:54:30AM +0100, Al Viro wrote: > Default ->d_op being simple_dentry_operations is equivalent to leaving > it NULL and putting DCACHE_DONTCACHE into ->s_d_flags. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>