@Ami603
Quote:
Does smb2fs handler support the ACTION_SET_DATE packet?
No, it is not supported because libsmb2 does not have a function to set the mtime of a file or directory.
I've thought about making the operation fail silently instead but that could cause problems for programs that depend on this feature. IMHO it is better to (as happens currently) return ERROR_ACTION_NOT_KNOWN (meaning that the fs does not support the operation) and then the program can itself decide whether this error is critical enough to stop it from continuing or not.