Hi, all, I'm curious about how samba guarantee close-to-open consistency, does it need to get all newest attributes from backend storage, when samba call vfs_{vfs module}_openat, rather than use the cache in vfs module. If vfs_{vfs module}_openat get all newest attributes from backend storage, it will be too slow. Thanks.