ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInf...
authorRob Shearman <rob@codeweavers.com>
Mon, 4 Feb 2008 20:18:27 +0000 (20:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Feb 2008 11:19:37 +0000 (12:19 +0100)
commite70848ed01496dc16ca92b51f15346b8423b64f0
tree8113bde394c2f057bb73aa89ee54416d2409b87d
parentffc251f5dd370113e7ac86f56ebea43976aa1741
ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd.

So don't do an extra server call to get the fd to avoid a performance
penalty and to make these cases work when an fd isn't available.
dlls/ntdll/file.c