cygwin: unlink: drop redundant check for netapp FS
The try_to_bin function isn't called for netapp FSes anyway, so testing for this FS type in the function is moot. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
7127e8ef3b
commit
5224eb7517
@ -374,7 +374,7 @@ try_to_bin (path_conv &pc, HANDLE &fh, ACCESS_MASK access, ULONG flags)
|
|||||||
names. */
|
names. */
|
||||||
RtlAppendUnicodeToString (&recycler,
|
RtlAppendUnicodeToString (&recycler,
|
||||||
(pc.fs_flags () & FILE_UNICODE_ON_DISK
|
(pc.fs_flags () & FILE_UNICODE_ON_DISK
|
||||||
&& !pc.fs_is_samba () && !pc.fs_is_netapp ())
|
&& !pc.fs_is_samba ())
|
||||||
? L".\xdc63\xdc79\xdc67" : L".cyg");
|
? L".\xdc63\xdc79\xdc67" : L".cyg");
|
||||||
pfii = (PFILE_INTERNAL_INFORMATION) infobuf;
|
pfii = (PFILE_INTERNAL_INFORMATION) infobuf;
|
||||||
/* Note: Modern Samba versions apparently don't like buffer sizes of more
|
/* Note: Modern Samba versions apparently don't like buffer sizes of more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user