Ralph Boehme <slow@xxxxxxxxx> writes: > I'm also optimizing away unneeded reparse point queries > (create+fsctl+close) for nfs reparse points where we only need the file > type which we now get and use via the smb3 posix type. Awesome! Yeah, we don't need to revalidate the special files with SMB3.1.1 POSIX as we can already parse file type directly from query dir response. We could that in separate patches, so no worries. This will definitely help with getdents(2). > I'm sure I'm doing things wrong. Can you help me getting this across the > line? Patches look good, thanks. It would be great making sure it didn't regress against NFS server on Windows, but Steve can do that. Thanks Ralph!