mirror of
https://github.com/samba-team/samba.git
synced 2025-04-26 02:50:29 +03:00
"vfs mkdir use tmp name" creates a name with ":" because the file should be invisible for Windows clients. ":" however is an invalid character on FAT filesystems and we get EINVAL back. In that case we fall back to not using tmp names for mkdir. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15845 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Bjoern Jacke <bjacke@samba.org> (cherry picked from commit c2b74ef093aff6175ef8e4572a203e5beacc527f)