Hello. > I'm surprised it's necessary. cachefilesd doesn't actually open any of the > data files. On the other hand, it does stat them, and that may be the > problem. The cause is this. cachefilesd.c 1096 1097 /* see if this object is already known to us */ 1098 if (fstatat(dirfd(curr->dir), dirent.d_name, &st, 0) < 0) { 1099 if (errno == ENOENT) 1100 goto next; 1101 oserror("Failed to stat directory"); 1102 } -- <daicon@xxxxxxxxxxx> -- Linux-cachefs mailing list Linux-cachefs@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cachefs