Displaying 1 result from an estimated 1 matches for "file_case_sensitive_search".
2019 May 29
1
How to improve the performance with unix_convert ?
...uot;.";
}
/* If we have a case-sensitive filesystem, it doesn't do us any
* good to search for a name. If a case variation of the name was
* there, then the original stat(2) would have found it.
*/
errno = ENOENT;
return -1;
if (!mangled && !(conn->fs_capabilities & FILE_CASE_SENSITIVE_SEARCH)) {
errno = ENOENT;
return -1;
}
the smb.conf has some parm like this:
case sensitive = Yes
default case = upper
preserve case = No
short preserve case = No
can I help me ?
--
Email:lqb_hebust at 163.com
2019年5月29日