nodefs: delay directory read till ReadDir
We used to read the directory already on OpenDir, which means that we missed changes in the directory between a user's open() and readdir() call. https://github.com/hanwen/go-fuse/issues/252
Showing
Please register or sign in to comment